diff options
author | Leon Brocard <acme@astray.com> | 2009-11-18 17:19:20 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-11-18 17:19:20 +0000 |
commit | f80e964fac6f1e3cb66e1c5f3b4459e9f651a3e1 (patch) | |
tree | ba9744d9c7fa2c21b4464bac1ba8734d467043b8 /README.vms | |
parent | 7d5ce19f132a0e6f57b7322ef65d83ebd308521e (diff) | |
download | perl-f80e964fac6f1e3cb66e1c5f3b4459e9f651a3e1.tar.gz |
Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hardcoded
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 40931f64ab..866255c8e4 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^.I.tar + vmstar /extract/verbose perl-V^.XI^.II.tar or: - vmstar -xvf perl-5^.11^.1.tar + vmstar -xvf perl-5^.11^.2.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.1.dir - rename perl-5^.11^.1.dir perl-5_11_1.dir + set security/protection=(o:rwed) perl-5^.11^.2.dir + rename perl-5^.11^.2.dir perl-5_11_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 |