diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 15:21:29 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-19 15:21:29 +0100 |
commit | f6c54c41d6f0ed9ba259ce4a5e564c3d6d3d7cd6 (patch) | |
tree | 3d65b5eae979dc06e9b568c0027bd81a5d6549ce /README.vms | |
parent | fc1418b79d5643b6e4c9da7a69fea4e7ab23d3c6 (diff) | |
download | perl-f6c54c41d6f0ed9ba259ce4a5e564c3d6d3d7cd6.tar.gz |
Bump version to 5.13.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 92f93c451d..1930a94ee1 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^.13^.4.tar + vmstar -xvf perl-5^.13^.5.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.4.dir - rename perl-5^.13^.4.dir perl-5_13_4.dir + set security/protection=(o:rwed) perl-5^.13^.5.dir + rename perl-5^.13^.5.dir perl-5_13_5.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 |