diff options
Diffstat (limited to 'dist/bignum/lib/bignum.pm')
-rw-r--r-- | dist/bignum/lib/bignum.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm index 7c6381d866..716ba921e5 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -1,7 +1,7 @@ package bignum; use 5.006; -$VERSION = '0.27'; +$VERSION = '0.28'; use Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bexp bpi ); |