This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $bignum::VERSION to 0.37
authorFather Chrysostomos <sprout@cpan.org>
Thu, 24 Oct 2013 00:59:54 +0000 (17:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 24 Oct 2013 01:03:33 +0000 (18:03 -0700)
dist/bignum/lib/bignum.pm

index 3b43396..40aedce 100644 (file)
@@ -1,7 +1,7 @@
 package bignum;
 use 5.006;
 
-$VERSION = '0.36';
+$VERSION = '0.37';
 use Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bexp bpi hex oct );