diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
commit | eab084107646a52141d7b67173bd5d1e2453b481 (patch) | |
tree | c1ad3f442458f83eb1cae43895ee8b1d9253cd24 /README.vms | |
parent | 8401756a684d88c1d16c50e389620f53b4ac10aa (diff) | |
download | perl-eab084107646a52141d7b67173bd5d1e2453b481.tar.gz |
Bump to 5.11.3
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.vms b/README.vms index 866255c8e4..38eee69e0c 100644 --- a/README.vms +++ b/README.vms @@ -154,16 +154,16 @@ 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 /extract/verbose perl-V^.XI^.II.tar + vmstar /extract/verbose perl-V^.XI^.III.tar or: - vmstar -xvf perl-5^.11^.2.tar + vmstar -xvf perl-5^.11^.3.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.2.dir - rename perl-5^.11^.2.dir perl-5_11_2.dir + set security/protection=(o:rwed) perl-5^.11^.3.dir + rename perl-5^.11^.3.dir perl-5_11_3.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 |