diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-09-19 16:23:12 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-09-19 20:53:14 -0400 |
commit | 36672c259f294d48bfc86febe9d2a9cbe7ba9e41 (patch) | |
tree | 2bc26fd835b9a7456efe2d2c197ef66fba7cf9e9 /README.vms | |
parent | 5d8c8c8a00421e3ae2b8c9a8a0b46c21a04ce04c (diff) | |
download | perl-36672c259f294d48bfc86febe9d2a9cbe7ba9e41.tar.gz |
Bump the perl version to 5.17.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 9d1a05c050..b303d9130a 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^.4.tar + vmstar -xvf perl-5^.17^.5.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.17^.4.dir - rename perl-5^.17^.4.dir perl-5_17_4.dir + set security/protection=(o:rwed) perl-5^.17^.5.dir + rename perl-5^.17^.5.dir perl-5_17_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 |