This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
version's t/survey_locales is not in core so mark it as EXCLUDED
[perl5.git] / README.vms
index ab54f5c..6950b1c 100644 (file)
@@ -92,7 +92,6 @@ of web/ftp sites and is distributed on the OpenVMS Freeware CD-ROM
 from HP.
 
     http://www.hp.com/go/openvms/freeware/
-    http://www.crinoid.com/utils/
 
 =item 2  VMS TAR 
 
@@ -116,8 +115,8 @@ Unzip is available from a number of web/ftp sites.
 
     http://www.info-zip.org/UnZip.html
     http://www.hp.com/go/openvms/freeware/
-    ftp://ftp.hp.com/pub/openvms
-    ftp://ftp.process.com/vms-freeware/fileserv
+    ftp://ftp.hp.com/pub/openvms/
+    ftp://ftp.process.com/vms-freeware/fileserv/
 
 =item 4  MOST
 
@@ -171,12 +170,12 @@ compatability qualifier.  Instead, use a command like the following:
 
 or:
 
-    vmstar -xvf perl-5^.10^.0.tar
+    vmstar -xvf perl-5^.11^.0.tar
 
 Then rename the top-level source directory like so:
 
-    set security/protection=(o:rwed) perl-5^.10^.0.dir
-    rename perl-5^.10^.0.dir perl-5_10_0.dir
+    set security/protection=(o:rwed) perl-5^.11^.0.dir
+    rename perl-5^.11^.0.dir perl-5_11_0.dir
 
 The reason for this last step is that while filenames with multiple dots
 are generally supported by Perl on VMS, I<directory> names with multiple
@@ -629,7 +628,7 @@ though the call specified that the change should not persist after
 Perl exited.  This is fixed by DEC CSC patch ALPACRT04_061 or later.
 See also:
 
-    http://ftp.support.compaq.com/patches/.new/openvms.shtml
+    http://www.itrc.hp.com/
 
 =back
 
@@ -642,9 +641,7 @@ It has been a while since the GNU utilities such as GCC or GNU make
 were used to build perl on VMS.  Hence they may require a great deal
 of source code modification to work again.
 
-    http://slacvx.slac.stanford.edu/HELP/GCC
     http://www.progis.de/
-    http://www.lp.se/products/gnu.html
 
 =head2 Floating Point Considerations