This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 5.8.9 to list of versions known to Module::CoreList
[perl5.git] / lib / bignum.pm
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 );