summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-15 03:46:02 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-15 03:46:02 +0200
commit7b8ae1693473e7c131f1a6dcfd2d4ba57955a341 (patch)
tree5ceef341b7ffbaabd8ce3ab526c3e428ba228672 /dist
parent5355f9335cec7f7f33f94716b2236dbc99165cbc (diff)
downloadperl-7b8ae1693473e7c131f1a6dcfd2d4ba57955a341.tar.gz
Upgrade bignum from version 0.24 to 0.25
Diffstat (limited to 'dist')
-rw-r--r--dist/bignum/lib/bigint.pm2
-rw-r--r--dist/bignum/lib/bignum.pm2
-rw-r--r--dist/bignum/lib/bigrat.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm
index 2e36213328..affe4b8fbe 100644
--- a/dist/bignum/lib/bigint.pm
+++ b/dist/bignum/lib/bigint.pm
@@ -1,7 +1,7 @@
package bigint;
use 5.006;
-$VERSION = '0.24';
+$VERSION = '0.25';
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( PI e bpi bexp );
diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm
index f5055f4bbc..fc0da7cc90 100644
--- a/dist/bignum/lib/bignum.pm
+++ b/dist/bignum/lib/bignum.pm
@@ -1,7 +1,7 @@
package bignum;
use 5.006;
-$VERSION = '0.24';
+$VERSION = '0.25';
use Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bexp bpi );
diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm
index 89bcab3612..10d0cd4940 100644
--- a/dist/bignum/lib/bigrat.pm
+++ b/dist/bignum/lib/bigrat.pm
@@ -1,7 +1,7 @@
package bigrat;
use 5.006;
-$VERSION = '0.24';
+$VERSION = '0.25';
require Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bpi bexp );