diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-14 21:27:15 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-14 22:01:50 +0200 |
commit | 07d14be56bb127812f368b6c8d751dab3c9b9f3a (patch) | |
tree | 8ff904a41368cadd46aa95d8054ff74fb9b32e70 | |
parent | cd15c097e427da28e527a99a67a6b87c0f58e9c9 (diff) | |
download | perl-07d14be56bb127812f368b6c8d751dab3c9b9f3a.tar.gz |
Upgrade Math::BigRat from version 0.24 to 0.25
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/Math-BigRat/lib/Math/BigRat.pm | 2 | ||||
-rw-r--r-- | pod/perldelta.pod | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a561bfb4ac..cee9e42318 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -890,7 +890,7 @@ use File::Glob qw(:case); 'Math::BigRat' => { 'MAINTAINER' => 'tels', - 'DISTRIBUTION' => 'LETO/Math-BigRat-0.24.tar.gz', + 'DISTRIBUTION' => 'FLORA/Math-BigRat-0.25.tar.gz', 'FILES' => q[cpan/Math-BigRat], 'EXCLUDED' => [ qr{^inc/}, qw{ diff --git a/cpan/Math-BigRat/lib/Math/BigRat.pm b/cpan/Math-BigRat/lib/Math/BigRat.pm index 2460d1c7d4..17acfadf9f 100644 --- a/cpan/Math-BigRat/lib/Math/BigRat.pm +++ b/cpan/Math-BigRat/lib/Math/BigRat.pm @@ -23,7 +23,7 @@ use vars qw($VERSION @ISA $upgrade $downgrade @ISA = qw(Math::BigFloat); -$VERSION = '0.24'; +$VERSION = '0.25'; $VERSION = eval $VERSION; use overload; # inherit overload from Math::BigFloat diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fc31d28a2e..fc561d4779 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -237,6 +237,10 @@ C<Math::BigInt::FastCalc> has been upgraded from version 0.19 to 0.22. =item * +C<Math::BigRat> has been upgraded from version 0.24 to 0.25. + +=item * + C<Module::CoreList> has been upgraded from version 2.37 to 2.38. =item * |