X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=README.PERL;h=c2db0190ab5b1515affede930c4fefb541adff4b;hp=472b27ec4d75f21990690940f50edb7052241c72;hb=fe072ed77cd80a73cfc0d25ff3f18753dc054207;hpb=d36ab9ce9a984684d9cffb60bca5d072ed5279d7 diff --git a/README.PERL b/README.PERL index 472b27ec4d..c2db0190ab 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://www.vmsperl.com/ 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"