diff options
author | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
commit | 3b318f16bd82320be5768efa37201351e3a0ff2e (patch) | |
tree | a427daabb004064fccdd315a3b13f138b021b9b0 /README.vms | |
parent | 78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 (diff) | |
download | perl-3b318f16bd82320be5768efa37201351e3a0ff2e.tar.gz |
Bump the perl version in various places for 5.15.9
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.vms b/README.vms index b830c44fc7..4de00d2155 100644 --- a/README.vms +++ b/README.vms @@ -154,12 +154,12 @@ recent versions of vmstar (e.g. V3.4 or later). Contrary to advice provided with previous versions of Perl, do I<not> use the ODS-2 compatibility qualifier. Instead, use a command like the following: - vmstar -xvf perl-5^.15^.8.tar + vmstar -xvf perl-5^.15^.9.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.15^.8.dir - rename perl-5^.15^.8.dir perl-5_15_8.dir + set security/protection=(o:rwed) perl-5^.15^.9.dir + rename perl-5^.15^.9.dir perl-5_15_9.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 |