diff options
author | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
commit | 0133a0a987380904c32bfbd5a0540fbd2f9a8056 (patch) | |
tree | b3f2ff7140e0f66e87948495a93b803d50986ef4 /README.vms | |
parent | 197187307d85001be351b4b2e2b4661e9464bf55 (diff) | |
download | perl-0133a0a987380904c32bfbd5a0540fbd2f9a8056.tar.gz |
Bump the Perl version in various places for 5.17.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 0cf78a2dd6..a5f4f58acd 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^.17^.8.tar + vmstar -xvf perl-5^.17^.9.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.17^.8.dir - rename perl-5^.17^.8.dir perl-5_17_8.dir + set security/protection=(o:rwed) perl-5^.17^.9.dir + rename perl-5^.17^.9.dir perl-5_17_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 |