diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 10:49:51 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-20 10:49:51 -0400 |
commit | 6f15df4765b853018c7db3e5cae157305d7c5e12 (patch) | |
tree | 32e544a9d7e3b8c5624f888c9d46667879bec45f /README.vms | |
parent | 795c888f79c01883bb0f6b8275aa4bcec88eb29d (diff) | |
download | perl-6f15df4765b853018c7db3e5cae157305d7c5e12.tar.gz |
Bump 5.11.0 -> 5.11.1 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 6950b1c23f..0e601bcc99 100644 --- a/README.vms +++ b/README.vms @@ -166,16 +166,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^.VIII^.III.tar + vmstar /extract/verbose perl-V^.XI^.I.tar or: - vmstar -xvf perl-5^.11^.0.tar + vmstar -xvf perl-5^.11^.1.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.0.dir - rename perl-5^.11^.0.dir perl-5_11_0.dir + set security/protection=(o:rwed) perl-5^.11^.1.dir + rename perl-5^.11^.1.dir perl-5_11_1.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 |