diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
commit | 20a372dd3af0f5514aa5ab9f401ecbfacf31773e (patch) | |
tree | 9b8deb19df5ef33a213d55490fa8cf6a1b7e0096 /README.vms | |
parent | b3b1f4cbdf866b01b788f5c540305604818ca3ea (diff) | |
download | perl-20a372dd3af0f5514aa5ab9f401ecbfacf31773e.tar.gz |
Bump the perl version in various places for 5.13.2
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 38b3cb6234..94242c8408 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^.1.tar + vmstar -xvf perl-5^.13^.2.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.1.dir - rename perl-5^.13^.1.dir perl-5_12_0.dir + set security/protection=(o:rwed) perl-5^.13^.2.dir + rename perl-5^.13^.2.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 |