diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:43:57 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:43:57 -0500 |
commit | 01f49271dbf70e74558eb82ab01925a981bf7e67 (patch) | |
tree | 50d2b2d6e618acf7ea3504ec8521c27b004b480c /README.vms | |
parent | 455d90333d711fa09eaa6dbc81d437cdac3723d0 (diff) | |
download | perl-01f49271dbf70e74558eb82ab01925a981bf7e67.tar.gz |
bump version for 5.11.4
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 751a18d175..ec6e78a55a 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^.3.tar + vmstar -xvf perl-5^.11^.4.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.11^.3.dir - rename perl-5^.11^.3.dir perl-5_11_3.dir + set security/protection=(o:rwed) perl-5^.11^.4.dir + rename perl-5^.11^.4.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 |