diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:36:28 -0500 |
commit | 298a2886e2e4369d1549a8de440169a90ca1909a (patch) | |
tree | e321d96f699cc97f13901c791b21d475e672711a /README.vms | |
parent | 65b2cfd1356d212fc0e84d242dfb47db113d673d (diff) | |
download | perl-298a2886e2e4369d1549a8de440169a90ca1909a.tar.gz |
Bump the perl version in various places to 5.13.9
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 caf2a603e5..9d13fab441 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^.13^.8.tar + vmstar -xvf perl-5^.13^.9.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.8.dir - rename perl-5^.13^.8.dir perl-5_13_8.dir + set security/protection=(o:rwed) perl-5^.13^.9.dir + rename perl-5^.13^.9.dir perl-5_13_9.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 |