diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:20:23 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:20:23 +0100 |
commit | f6b0fd83fc8650651b85c6f1c9db45e3f89223f1 (patch) | |
tree | 366f0690c28097cea434e05e07fca8eb2fa694fe /README.vms | |
parent | b6bac75da7a108a621cf338a34b95842bc95b3ab (diff) | |
download | perl-f6b0fd83fc8650651b85c6f1c9db45e3f89223f1.tar.gz |
Bump version to 5.17.4
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 2e06c5c1d1..9d1a05c050 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^.3.tar + vmstar -xvf perl-5^.17^.4.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.17^.3.dir - rename perl-5^.17^.3.dir perl-5_17_3.dir + set security/protection=(o:rwed) perl-5^.17^.4.dir + rename perl-5^.17^.4.dir perl-5_17_4.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 |