diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 00:07:32 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 14:58:30 +0000 |
commit | 69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd (patch) | |
tree | 2ea5d60049616af2b8508bdb913b9b05d9d2b322 /README.vms | |
parent | 748607af9687e51f318d0d9e146009cadd29c659 (diff) | |
download | perl-69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd.tar.gz |
Bump the perl version in various places to 5.13.10
Done with:
./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan
./perl -Ilib Porting/bump-perl-version -u < /tmp/scan
And then manually editing the README.vms file to update the vmstar
example.
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 9d13fab441..9118721f5a 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^.9.tar + vmstar -xvf perl-5^.13^.10.tar Then rename the top-level source directory like so: - set security/protection=(o:rwed) perl-5^.13^.9.dir - rename perl-5^.13^.9.dir perl-5_13_9.dir + set security/protection=(o:rwed) perl-5^.13^.10.dir + rename perl-5^.13^.10.dir perl-5_13_10.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 |