blob: 7c5e4c6bde9701523fb6c85dd821fe88ecbb80f4 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001
2To install:
3
4 perl Makefile.PL
5
6to construct the Makefile, then
7
8 make test
9
10to test the package. If it fails any tests, please send me the output
11of `make test' and `perl -V'. I'll tell you whether it is safe to go
12ahead, or I'll provide a fix.
13
14If it passes the tests, use
15
16 make install
17
18to install it.
19
20Detailed documentation is at the bottom of the lib/Text/Template.pm
21file. You may be able to view it with the following command:
22
23 perldoc Text::Template
24
25Or:
26
27 perldoc lib/Text/Template.pm
28
29If you have problems, send me mail:
30
31mjd-perl-template+@plover.com