summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:24:39 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:24:39 -0500
commit6f0dc4234db56dbeb84882f5002ed38f49542de9 (patch)
tree628d7a0542deaff66e2f42d8b439e9886fd32f88 /dist
parent091661f99e55efdba03192c63c762f381dbcb32f (diff)
downloadperl-6f0dc4234db56dbeb84882f5002ed38f49542de9.tar.gz
Bumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRat versions for release per cmpVERSION.pl
Diffstat (limited to 'dist')
-rw-r--r--dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigFloat.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt.pm2
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt/Calc.pm2
-rw-r--r--dist/Math-BigRat/lib/Math/BigRat.pm2
5 files changed, 5 insertions, 5 deletions
diff --git a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm
index 6ff315b1ea..650dc2b16d 100644
--- a/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm
+++ b/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm
@@ -8,7 +8,7 @@ use Math::BigInt::Calc 0.56;
use vars '$VERSION';
-$VERSION = '0.24_01';
+$VERSION = '0.24_02';
##############################################################################
# global constants, flags and accessory
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm
index 1d9da29be1..0830105d30 100644
--- a/dist/Math-BigInt/lib/Math/BigFloat.pm
+++ b/dist/Math-BigInt/lib/Math/BigFloat.pm
@@ -12,7 +12,7 @@ package Math::BigFloat;
# _a : accuracy
# _p : precision
-$VERSION = '1.99_02';
+$VERSION = '1.99_03';
require 5.006002;
require Exporter;
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);
diff --git a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
index f78457af43..6a68579439 100644
--- a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
+++ b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
@@ -4,7 +4,7 @@ use 5.006002;
use strict;
# use warnings; # dont use warnings for older Perls
-our $VERSION = '1.99_02';
+our $VERSION = '1.99_03';
# Package to store unsigned big integers in decimal and do math with them
diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm b/dist/Math-BigRat/lib/Math/BigRat.pm
index ad070096c7..135645fc43 100644
--- a/dist/Math-BigRat/lib/Math/BigRat.pm
+++ b/dist/Math-BigRat/lib/Math/BigRat.pm
@@ -24,7 +24,7 @@ use vars qw($VERSION @ISA $upgrade $downgrade
@ISA = qw(Math::BigFloat);
-$VERSION = '0.26_01';
+$VERSION = '0.26_02';
$VERSION = eval $VERSION;
# inherit overload from Math::BigFloat, but disable the bitwise ops that don't