diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-07 16:31:51 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-07 16:56:19 -0800 |
commit | aaa4b0e93f7753b754d18c7e3e1c9b63467dc834 (patch) | |
tree | 30842d26fe0f52918b9b27baf08d71423d1d42ff /dist/Math-BigInt | |
parent | 3b28d668e9efe9433c3099521167a6723cbddc26 (diff) | |
download | perl-aaa4b0e93f7753b754d18c7e3e1c9b63467dc834.tar.gz |
Increase Math::BigInt’s version
There is a 1.993 release on CPAN. There have been more changes since.
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm index bb1f518b7e..62c021ecf7 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.006002; -$VERSION = '1.993'; +$VERSION = '1.994'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); |