unified build scheme: rewrite INSTALL.VMS
[openssl.git] / README.PERL
index 472b27ec4d75f21990690940f50edb7052241c72..f667d7f9b1934658e672b18de2c9c402cd94208a 100644 (file)
  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
  ----------------------------
 
     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"