diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-01-20 12:57:49 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-01-20 12:57:49 +0000 |
commit | fbea302567b3bbff270fddbd6a1a5f677e74df34 (patch) | |
tree | faabcc93e4e45bf6620e2bc49778cd0008218912 /README.vms | |
parent | 6ba817f3a63566a08fee8b6913af0d07d0983a78 (diff) | |
download | perl-fbea302567b3bbff270fddbd6a1a5f677e74df34.tar.gz |
Bump the perl version in various places for v5.15.7
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 563b3ab8b3..d3bdf2e59a 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^.6.tar + vmstar -xvf perl-5^.15^.7.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.15^.6.dir - rename perl-5^.15^.6.dir perl-5_15_6.dir + set security/protection=(o:rwed) perl-5^.15^.7.dir + rename perl-5^.15^.7.dir perl-5_15_7.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 |