summaryrefslogtreecommitdiffstats
path: root/external/perl/Text-Template-1.56/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-09-09 12:49:15 +0200
committerRichard Levitte <levitte@openssl.org>2019-09-12 12:53:32 +0200
commit05c9c7b02d3e4e66fc0c0446af1116bd5b19f6dc (patch)
tree8672ddf47c4840a1b4ec1481074bd8f3f77af51f /external/perl/Text-Template-1.56/INSTALL
parent7f4a2dff12f93791e96a284454bdd84a2fa7d29b (diff)
Update the bundled external perl module Text-Template to version 1.56
Fixes #9287 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9828)
Diffstat (limited to 'external/perl/Text-Template-1.56/INSTALL')
-rw-r--r--external/perl/Text-Template-1.56/INSTALL31
1 files changed, 31 insertions, 0 deletions
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