aboutsummaryrefslogtreecommitdiffstats
path: root/README.PERL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-30 07:15:59 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-10 14:36:32 +0100
commitf578075a93c7418f72ba000d1225cb0d9fd7df5d (patch)
tree9942be1a78b3e33f709738896f3574aeb7ddc4e6 /README.PERL
parent0f53f939a10ad9eeee555dc235936e515118f216 (diff)
downloadopenssl-f578075a93c7418f72ba000d1225cb0d9fd7df5d.tar.gz
unified build scheme: rewrite INSTALL.VMS
There is more to be added, but this will at least tell people how to try. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'README.PERL')
-rw-r--r--README.PERL18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.PERL b/README.PERL
index 472b27ec4d..f667d7f9b1 100644
--- a/README.PERL
+++ b/README.PERL
@@ -37,6 +37,15 @@
package that we know of is ActiveState Perl, available from
http://www.activestate.com/ActivePerl.
+ Notes on Perl on VMS
+ --------------------
+
+ You will need to install Perl separately. One way to do so is to
+ download the source from http://perl.org/, unpacking it, reading
+ README.vms and follow instructions. Another way is to download a
+ .PCSI file from http://sourceforge.net/projects/vmsperlkit/files/
+ and install it using the POLYCENTER install tool.
+
Notes on Perl modules we use
----------------------------
@@ -97,3 +106,12 @@
seen the tests succeed!):
$ cpan -f -i Text::Template
+
+ Note: on VMS, you must quote any argument that contains upper case
+ characters, so the lines above would be:
+
+ $ cpan -i "Text::Template"
+
+ and:
+
+ $ cpan -f -i "Text::Template"