diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-05-20 19:32:57 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-05-20 19:32:57 -0400 |
commit | 0e79a3d1bc1c5a952ab84e05a3a18162f3651f61 (patch) | |
tree | 03f845b0ddcf57d10ddd72de2131c7bd1ff54d85 /README.vms | |
parent | f900159586df0c5a5de8f02417791836a23c3c0a (diff) | |
download | perl-0e79a3d1bc1c5a952ab84e05a3a18162f3651f61.tar.gz |
bump version to 5.17.0
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 3666ab0525..d194b9f5bd 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^.16^.0.tar + vmstar -xvf perl-5^.17^.0.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.16^.0.dir - rename perl-5^.16^.0.dir perl-5_16_0.dir + set security/protection=(o:rwed) perl-5^.17^.0.dir + rename perl-5^.17^.0.dir perl-5_17_0.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 |