diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-17 03:15:07 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-20 04:00:17 +0200 |
commit | aff3bd8f8611a6de3d462e2e7fba4ba9c8fb80fc (patch) | |
tree | df12b962c91b5d656a92544cdb1182c326c51197 /README.vms | |
parent | 49be3765985e6e45cec020ccf2cebcf764856bc1 (diff) | |
download | perl-aff3bd8f8611a6de3d462e2e7fba4ba9c8fb80fc.tar.gz |
Bump the perl version to 5.13.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 9ab8b551fa..92f93c451d 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^.3.tar + vmstar -xvf perl-5^.13^.4.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.3.dir - rename perl-5^.13^.3.dir perl-5_13_3.dir + set security/protection=(o:rwed) perl-5^.13^.4.dir + rename perl-5^.13^.4.dir perl-5_13_4.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 |