diff options
author | Dave Rolsky <autarch@urth.org> | 2011-12-19 16:57:48 -0600 |
---|---|---|
committer | Dave Rolsky <autarch@urth.org> | 2011-12-19 19:53:33 -0600 |
commit | a7c25f948efe3fd7c74d393c4949527631943ea6 (patch) | |
tree | 44c923283a2bb9eed95254dc1894d1bd26eea27c /README.vms | |
parent | be9a5e16f609582cfd60668aebb90d0f022fef21 (diff) | |
download | perl-a7c25f948efe3fd7c74d393c4949527631943ea6.tar.gz |
Bump the perl version in various places for 5.15.6
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 0fa3a30cbc..563b3ab8b3 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^.5.tar + vmstar -xvf perl-5^.15^.6.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.15^.5.dir - rename perl-5^.15^.5.dir perl-5_15_5.dir + set security/protection=(o:rwed) perl-5^.15^.6.dir + rename perl-5^.15^.6.dir perl-5_15_6.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 |