diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-05 15:31:55 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-05 16:23:31 +0200 |
commit | b3364d989906ac4625608c0ff3bcfdad7e989cb7 (patch) | |
tree | e12dcf8fc58293b038f0d94a1cbf3996a5eff7cf | |
parent | be34c38da0a5279df9d68984b1c022ea71785a33 (diff) | |
download | perl-b3364d989906ac4625608c0ff3bcfdad7e989cb7.tar.gz |
perldelta up to be34c38
-rw-r--r-- | pod/perl5135delta.pod | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pod/perl5135delta.pod b/pod/perl5135delta.pod index 8e9f9be550..45eab58812 100644 --- a/pod/perl5135delta.pod +++ b/pod/perl5135delta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for release_engineer -* changelogged up to 45b279e +* changelogged up to be34c38 * the mauve module will not be part of the release, so it's not changelogged yet. it also added some new api functions. those aren't covered either, as they might go away again in case mauve gets rolled back for 5.13.5. @@ -129,6 +129,11 @@ C<blib> has been upgraded from version 1.05 to 1.06. =item * +C<bignum>, C<bigint>, and C<bigrat> have been upgraded from version 0.23 to +0.24. + +=item * + C<Errno> has been upgraded from version 1.12 to 1.13. On some platforms with unusual header files, like Win32/gcc using mingw64 @@ -141,6 +146,10 @@ C<ExtUtils::MakeMaker> has been upgraded from version 6.56 to 6.57_01. =item * +C<Filter::Simple> has been upgraded from version 0.84 to 0.85. + +=item * + C<Math::BigInt> has been upgraded from version 1.89_01 to 1.90. C<Math::BigInt::Calc> has been upgraded from version 0.52 to 0.53. @@ -148,6 +157,10 @@ This fixes incorrect results when computing binomial coefficients (RT#77640). =item * +C<Math::BigInt::FastCalc> has been upgraded from version 0.19 to 0.21. + +=item * + C<Tie::Hash> has been upgraded from version 1.03 to 1.04. Calling C<< Tie::Hash->TIEHASH() >> used to loop forever. Now it C<croak>s. |