INSTALL 584 B

12345678910111213141516171819202122232425262728293031
  1. To install:
  2. perl Makefile.PL
  3. to construct the Makefile, then
  4. make test
  5. to test the package. If it fails any tests, please send me the output
  6. of `make test' and `perl -V'. I'll tell you whether it is safe to go
  7. ahead, or I'll provide a fix.
  8. If it passes the tests, use
  9. make install
  10. to install it.
  11. Detailed documentation is at the bottom of the lib/Text/Template.pm
  12. file. You may be able to view it with the following command:
  13. perldoc Text::Template
  14. Or:
  15. perldoc lib/Text/Template.pm
  16. If you have problems, send me mail:
  17. mjd-perl-template+@plover.com