Change 33772 by [EMAIL PROTECTED] on 2008/04/30 12:52:03

        Upgrade to bignum-0.23

Affected files ...

... //depot/perl/lib/bigint.pm#23 edit
... //depot/perl/lib/bignum.pm#24 edit
... //depot/perl/lib/bigrat.pm#21 edit

Differences ...

==== //depot/perl/lib/bigint.pm#23 (text) ====
Index: perl/lib/bigint.pm
--- perl/lib/bigint.pm#22~31679~        2007-08-03 04:38:26.000000000 -0700
+++ perl/lib/bigint.pm  2008-04-30 05:52:03.000000000 -0700
@@ -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 );

==== //depot/perl/lib/bignum.pm#24 (text) ====
Index: perl/lib/bignum.pm
--- perl/lib/bignum.pm#23~31679~        2007-08-03 04:38:26.000000000 -0700
+++ perl/lib/bignum.pm  2008-04-30 05:52:03.000000000 -0700
@@ -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 ); 

==== //depot/perl/lib/bigrat.pm#21 (text) ====
Index: perl/lib/bigrat.pm
--- perl/lib/bigrat.pm#20~31679~        2007-08-03 04:38:26.000000000 -0700
+++ perl/lib/bigrat.pm  2008-04-30 05:52:03.000000000 -0700
@@ -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 );
End of Patch.

Reply via email to