diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2011-11-20 14:56:15 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-11-20 14:56:15 +0000 |
commit | 31308e0c7f58e94e107406cdabc32ec563391d79 (patch) | |
tree | c5b16d5ce51072c82731f37917becbbc3e9f93bf /README.vms | |
parent | 517453e7e33edbb071e75fd9ed1f43c1ca0c53ea (diff) | |
download | perl-31308e0c7f58e94e107406cdabc32ec563391d79.tar.gz |
Bump the perl version for 5.15.5
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 383185cfd6..0fa3a30cbc 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^.4.tar + vmstar -xvf perl-5^.15^.5.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.15^.4.dir - rename perl-5^.15^.4.dir perl-5_15_4.dir + set security/protection=(o:rwed) perl-5^.15^.5.dir + rename perl-5^.15^.5.dir perl-5_15_5.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 |