diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-10-19 15:19:45 -0300 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-10-19 15:19:45 -0300 |
commit | 2da5678247ccadc19e688ade8da3bdb6e9f7f31a (patch) | |
tree | 9da7e25fbce071a6e0cec6cd359e0e28584e0a62 /README.vms | |
parent | 7e7cfa2d07e3a40ed787acb5853024208628d570 (diff) | |
download | perl-2da5678247ccadc19e688ade8da3bdb6e9f7f31a.tar.gz |
Bump the version to 5.17.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 b303d9130a..04947e015d 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^.5.tar + vmstar -xvf perl-5^.17^.6.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.17^.5.dir - rename perl-5^.17^.5.dir perl-5_17_5.dir + set security/protection=(o:rwed) perl-5^.17^.6.dir + rename perl-5^.17^.6.dir perl-5_17_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 |