diff options
author | Stevan Little <stevan.little@iinteractive.com> | 2011-09-19 17:14:52 -0400 |
---|---|---|
committer | Stevan Little <stevan.little@iinteractive.com> | 2011-09-20 11:30:55 -0400 |
commit | 9d254dcaf7d61fc8866c7e664d796dde791a59f5 (patch) | |
tree | 82254ec9a248c0b058777d6265fd35aaa712c202 /README.vms | |
parent | 1d5a17e366822d02fe576f8abf6406cdbf5ec0c1 (diff) | |
download | perl-9d254dcaf7d61fc8866c7e664d796dde791a59f5.tar.gz |
bump version to 5.15.3 using Porting/bump-perl-version
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 8195d6af8f..26c7a57bd7 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 compatibility qualifier. Instead, use a command like the following: - vmstar -xvf perl-5^.15^.2.tar + vmstar -xvf perl-5^.15^.3.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.15^.2.dir - rename perl-5^.15^.2.dir perl-5_15_2.dir + set security/protection=(o:rwed) perl-5^.15^.3.dir + rename perl-5^.15^.3.dir perl-5_15_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 |