This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase Math::BigInt’s version
authorFather Chrysostomos <sprout@cpan.org>
Tue, 8 Mar 2011 00:31:51 +0000 (16:31 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 8 Mar 2011 00:56:19 +0000 (16:56 -0800)
There is a 1.993 release on CPAN. There have been more changes since.

dist/Math-BigInt/lib/Math/BigInt.pm

index bb1f518..62c021e 100644 (file)
@@ -18,7 +18,7 @@ package Math::BigInt;
 my $class = "Math::BigInt";
 use 5.006002;
 
-$VERSION = '1.993';
+$VERSION = '1.994';
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(objectify bgcd blcm);