diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:24:39 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:24:39 -0500 |
commit | 6f0dc4234db56dbeb84882f5002ed38f49542de9 (patch) | |
tree | 628d7a0542deaff66e2f42d8b439e9886fd32f88 /dist/Math-BigInt/lib/Math/BigInt.pm | |
parent | 091661f99e55efdba03192c63c762f381dbcb32f (diff) | |
download | perl-6f0dc4234db56dbeb84882f5002ed38f49542de9.tar.gz |
Bumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRat versions for release per cmpVERSION.pl
Diffstat (limited to 'dist/Math-BigInt/lib/Math/BigInt.pm')
-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 96f4168317..9ad6dd70f8 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.99_02'; +$VERSION = '1.99_03'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); |