xref: /freebsd/crypto/openssl/external/perl/Text-Template-1.56/INSTALL (revision e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6)
1*e0c4386eSCy Schubert
2*e0c4386eSCy SchubertTo install:
3*e0c4386eSCy Schubert
4*e0c4386eSCy Schubert	perl Makefile.PL
5*e0c4386eSCy Schubert
6*e0c4386eSCy Schubertto construct the Makefile, then
7*e0c4386eSCy Schubert
8*e0c4386eSCy Schubert	make test
9*e0c4386eSCy Schubert
10*e0c4386eSCy Schubertto test the package.  If it fails any tests, please send me the output
11*e0c4386eSCy Schubertof `make test' and `perl -V'.  I'll tell you whether it is safe to go
12*e0c4386eSCy Schubertahead, or I'll provide a fix.
13*e0c4386eSCy Schubert
14*e0c4386eSCy SchubertIf it passes the tests, use
15*e0c4386eSCy Schubert
16*e0c4386eSCy Schubert	make install
17*e0c4386eSCy Schubert
18*e0c4386eSCy Schubertto install it.
19*e0c4386eSCy Schubert
20*e0c4386eSCy SchubertDetailed documentation is at the bottom of the lib/Text/Template.pm
21*e0c4386eSCy Schubertfile.  You may be able to view it with the following command:
22*e0c4386eSCy Schubert
23*e0c4386eSCy Schubert        perldoc Text::Template
24*e0c4386eSCy Schubert
25*e0c4386eSCy SchubertOr:
26*e0c4386eSCy Schubert
27*e0c4386eSCy Schubert        perldoc lib/Text/Template.pm
28*e0c4386eSCy Schubert
29*e0c4386eSCy SchubertIf you have problems, send me mail:
30*e0c4386eSCy Schubert
31*e0c4386eSCy Schubertmjd-perl-template+@plover.com
32