diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
commit | 88ea365576417b263eed614d4b3c1c4781b6544a (patch) | |
tree | a4d3c4c895002a18529dc6ecf84956e792435195 /README.vms | |
parent | d634733c523ec6f574382d9fe0682071a0aabbcd (diff) | |
download | perl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz |
First provisional bump to 5.14.0-RC0
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 d5b85f72c9..585647b8cb 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^.13^.11.tar + vmstar -xvf perl-5^.14^.0.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.11.dir - rename perl-5^.13^.11.dir perl-5_13_11.dir + set security/protection=(o:rwed) perl-5^.14^.0.dir + rename perl-5^.14^.0.dir perl-5_14_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 |