Upgrade to bignum-0.23
Steve Peters [Wed, 30 Apr 2008 12:52:03 +0000 (12:52 +0000)]
p4raw-id: //depot/perl@33772

lib/bigint.pm
lib/bignum.pm
lib/bigrat.pm

index 1766e39..e143af6 100644 (file)
@@ -1,7 +1,7 @@
 package bigint;
-use 5.006002;
+use 5.006;
 
-$VERSION = '0.22';
+$VERSION = '0.23';
 use Exporter;
 @ISA           = qw( Exporter );
 @EXPORT_OK     = qw( PI e bpi bexp );
index 9b2ccc9..2e075c8 100644 (file)
@@ -1,7 +1,7 @@
 package bignum;
-use 5.006002;
+use 5.006;
 
-$VERSION = '0.22';
+$VERSION = '0.23';
 use Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bexp bpi ); 
index 30acd27..10e8057 100644 (file)
@@ -1,7 +1,7 @@
 package bigrat;
-use 5.006002;
+use 5.006;
 
-$VERSION = '0.22';
+$VERSION = '0.23';
 require Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bpi bexp );