openssl/external/perl/Text-Template-1.46/INSTALL
Richard Levitte 8ff2af5483 Bundle the non core Perl module Text::Template
Because we're using Text::Template and we know it's a non core Perl
module, we choose to bundle it into our source, for convenience.

external/perl/Downloaded.txt document what modules we choose to bundle
this way and exactly where we downloaded it from.

With this changes comes the transfer module for with_fallback.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-22 23:12:22 +01:00

31 lines
584 B
Text

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