Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • ea8b6e2
  • /
  • external
  • /
  • perl
  • /
  • Text-Template-1.56
  • /
  • INSTALL
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:7c5e4c6bde9701523fb6c85dd821fe88ecbb80f4
directory badge Iframe embedding
swh:1:dir:c57ff460ab156526ea81366ef096cec393774aed
INSTALL

To install:

	perl Makefile.PL

to construct the Makefile, then

	make test

to test the package.  If it fails any tests, please send me the output
of `make test' and `perl -V'.  I'll tell you whether it is safe to go
ahead, or I'll provide a fix.

If it passes the tests, use

	make install

to install it.

Detailed documentation is at the bottom of the lib/Text/Template.pm
file.  You may be able to view it with the following command:

        perldoc Text::Template
 
Or:

        perldoc lib/Text/Template.pm

If you have problems, send me mail:

mjd-perl-template+@plover.com

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top