diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-04-12 23:15:56 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-12 23:15:56 -0400 |
commit | cb47d8a5d4a3850a5c2237056982489145a27981 (patch) | |
tree | 38a86ba347e361e122324468e8c32a87c63dbacb /README.vms | |
parent | 20d572319ce8b690b7b68fec6b58f8ac07b1d362 (diff) | |
download | perl-cb47d8a5d4a3850a5c2237056982489145a27981.tar.gz |
Bump to 5.13.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 14a8cd8f71..fe26350ca3 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 compatability qualifier. Instead, use a command like the following: - vmstar -xvf perl-5^.12^.0.tar + vmstar -xvf perl-5^.13^.0.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.12^.0.dir - rename perl-5^.12^.0.dir perl-5_12_0.dir + set security/protection=(o:rwed) perl-5^.13^.0.dir + rename perl-5^.13^.0.dir perl-5_12_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 |