diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 19:15:59 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:15:34 +0000 |
commit | 9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd (patch) | |
tree | a64e257eeec293ce28c9e09df0a6375ea526c5d1 /README.vms | |
parent | 61f382b094d5a22717284394e838695ee69de186 (diff) | |
download | perl-9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd.tar.gz |
Bump to 5.12.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 3ae8d2ef77..14a8cd8f71 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^.11^.5.tar + vmstar -xvf perl-5^.12^.0.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.5.dir - rename perl-5^.11^.5.dir perl-5_11_5.dir + set security/protection=(o:rwed) perl-5^.12^.0.dir + rename perl-5^.12^.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 |