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.os2 | |
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.os2')
-rw-r--r-- | README.os2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.os2 b/README.os2 index a7e94156d3..235685ec59 100644 --- a/README.os2 +++ b/README.os2 @@ -618,7 +618,7 @@ C<set PERLLIB_PREFIX> in F<Config.sys>, see L<"PERLLIB_PREFIX">. =item Additional Perl modules - unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.13.9/ + unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.13.10/ Same remark as above applies. Additionally, if this directory is not one of directories on @INC (and @INC is influenced by C<PERLLIB_PREFIX>), you |