diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-20 16:28:04 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-20 16:28:04 +0000 |
commit | 84e09a8c4c3ab0da4efb6250a91ff5d3425e35b7 (patch) | |
tree | 145fca50aec25bdbc3482829ea5f3442b20325a5 /README.vms | |
parent | 33c1015fda04899ea576248c4c328da8ad24e12c (diff) | |
download | perl-84e09a8c4c3ab0da4efb6250a91ff5d3425e35b7.tar.gz |
Bump version to 5.11.5
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 ec6e78a55a..3f7667b983 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^.4.tar + vmstar -xvf perl-5^.11^.5.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.4.dir - rename perl-5^.11^.4.dir perl-5_11_3.dir + set security/protection=(o:rwed) perl-5^.11^.5.dir + rename perl-5^.11^.5.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 |