diff options
author | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
commit | 75584f80c6a7b97ddbd51dccd95f0694575be335 (patch) | |
tree | cf968e8fc57c56800668ba731197cc6af772ce7c /README.vms | |
parent | 52143fbb9d625195866dfd908e7e2ed2c9492c50 (diff) | |
download | perl-75584f80c6a7b97ddbd51dccd95f0694575be335.tar.gz |
Bump the perl version to 5.13.3
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 94242c8408..9ab8b551fa 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^.2.tar + vmstar -xvf perl-5^.13^.3.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.2.dir - rename perl-5^.13^.2.dir perl-5_12_0.dir + set security/protection=(o:rwed) perl-5^.13^.3.dir + rename perl-5^.13^.3.dir perl-5_13_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 |