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