diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-10 08:19:16 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-10 08:19:42 +0200 |
commit | 95544aa77842313b127009eb18c31f919eec7295 (patch) | |
tree | 181e128823abadb0f0c8e6aa8689a783518a4862 | |
parent | 50818d679aa04e57b244c5574db6001dfb677a80 (diff) | |
download | perl-95544aa77842313b127009eb18c31f919eec7295.tar.gz |
Math-BigInt 1.92
The 1.91 upload to CPAN was broken, so we have to bump $VERSION again.
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 32813b85e3..cfe50be19c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -849,7 +849,7 @@ use File::Glob qw(:case); 'Math::BigInt' => { 'MAINTAINER' => 'tels', - 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.91.tar.gz', + 'DISTRIBUTION' => 'FLORA/Math-BigInt-1.92.tar.gz', 'FILES' => q[dist/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, qr{^examples/}, diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm index fe1504f72f..5db4786839 100644 --- a/dist/Math-BigInt/lib/Math/BigInt.pm +++ b/dist/Math-BigInt/lib/Math/BigInt.pm @@ -18,7 +18,7 @@ package Math::BigInt; my $class = "Math::BigInt"; use 5.006; -$VERSION = '1.91'; +$VERSION = '1.92'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); |