This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase Math::BigInt’s version
[perl5.git] / 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);