diff options
author | Jesse Luehrs <doy@tozt.net> | 2012-06-20 15:03:54 -0500 |
---|---|---|
committer | Jesse Luehrs <doy@tozt.net> | 2012-06-20 15:13:34 -0500 |
commit | ce571c634ea8c5cdd32dd3f0d63d767c91a660bf (patch) | |
tree | 0b27027bdf22cff5d275da12ec67910766f92c46 /README.vms | |
parent | aa1602b36f1e2e654fc45418ec50d51bb5baf3d7 (diff) | |
download | perl-ce571c634ea8c5cdd32dd3f0d63d767c91a660bf.tar.gz |
bump version to 5.17.2
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 24cea56766..b21ef45c0e 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^.1.tar + vmstar -xvf perl-5^.17^.2.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.17^.1.dir - rename perl-5^.17^.1.dir perl-5_17_1.dir + set security/protection=(o:rwed) perl-5^.17^.2.dir + rename perl-5^.17^.2.dir perl-5_17_2.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 |