From 05c9c7b02d3e4e66fc0c0446af1116bd5b19f6dc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 9 Sep 2019 12:49:15 +0200 Subject: Update the bundled external perl module Text-Template to version 1.56 Fixes #9287 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9828) --- external/perl/Text-Template-1.56/INSTALL | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 external/perl/Text-Template-1.56/INSTALL (limited to 'external/perl/Text-Template-1.56/INSTALL') diff --git a/external/perl/Text-Template-1.56/INSTALL b/external/perl/Text-Template-1.56/INSTALL new file mode 100644 index 0000000000..7c5e4c6bde --- /dev/null +++ b/external/perl/Text-Template-1.56/INSTALL @@ -0,0 +1,31 @@ + +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 -- cgit v1.2.3