diff options
author | Dave Rolsky <autarch@urth.org> | 2012-12-18 16:21:42 -0600 |
---|---|---|
committer | Dave Rolsky <autarch@urth.org> | 2012-12-18 16:21:42 -0600 |
commit | f01c5b18142fb9b5d4b8b9d18566034c919ada9e (patch) | |
tree | d62c39f2fa9f3f6a876fe4f4c9fba990a4cf9bbc /README.vms | |
parent | 6253ee7593dd81328313bae2d2a890185f07b3da (diff) | |
download | perl-f01c5b18142fb9b5d4b8b9d18566034c919ada9e.tar.gz |
Bump the perl version in various places for 5.17.8
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 a2e2a73e6f..0cf78a2dd6 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^.7.tar + vmstar -xvf perl-5^.17^.8.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.17^.7.dir - rename perl-5^.17^.7.dir perl-5_17_7.dir + set security/protection=(o:rwed) perl-5^.17^.8.dir + rename perl-5^.17^.8.dir perl-5_17_8.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 |