diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:45:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-05-20 00:47:37 -0400 |
commit | 4793225fd667d0a11b47389ab86a2661558494da (patch) | |
tree | 8f7a09d4fa9aa4c1fb6f65d2f3a78ce2adfaaa12 /README.vms | |
parent | 305702323527d54bf0fb0300cdbd67d7ee5e97c3 (diff) | |
download | perl-4793225fd667d0a11b47389ab86a2661558494da.tar.gz |
Bump the perl version in various places for 5.13.1
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 fe26350ca3..38b3cb6234 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^.0.tar + vmstar -xvf perl-5^.13^.1.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.0.dir - rename perl-5^.13^.0.dir perl-5_12_0.dir + set security/protection=(o:rwed) perl-5^.13^.1.dir + rename perl-5^.13^.1.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 |