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 /cpan | |
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 'cpan')
-rw-r--r-- | cpan/Devel-DProf/bin/dprofpp | 2 | ||||
-rw-r--r-- | cpan/Unicode-Normalize/Normalize.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Devel-DProf/bin/dprofpp b/cpan/Devel-DProf/bin/dprofpp index 51d0ed9d9b..4f8caeb2ca 100644 --- a/cpan/Devel-DProf/bin/dprofpp +++ b/cpan/Devel-DProf/bin/dprofpp @@ -15,7 +15,7 @@ BEGIN { require Devel::DProf; require deprecate; -if($] > 5.013009 && deprecate::__loaded_from_core('Devel::DProf', $INC{'Devel/DProf.pm'}, +if($] > 5.013010 && deprecate::__loaded_from_core('Devel::DProf', $INC{'Devel/DProf.pm'}, 'Devel/DProf.pm')) { warn "dprofpp will be removed from the Perl core distribution in the next major release. Please install Devel::DProf from CPAN.\n"; } diff --git a/cpan/Unicode-Normalize/Normalize.pm b/cpan/Unicode-Normalize/Normalize.pm index afd463b6e7..8fe40a0995 100644 --- a/cpan/Unicode-Normalize/Normalize.pm +++ b/cpan/Unicode-Normalize/Normalize.pm @@ -549,7 +549,7 @@ normalization implemented by this module depends on your perl's version. 5.10.0 5.0.0 5.8.9, 5.10.1 5.1.0 5.12.0-5.12.2 5.2.0 - (5.13.7-5.13.9) 6.0.0 + (5.13.7-5.13.10) 6.0.0 =item Correction of decomposition mapping |