This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $bigrat::VERSION to 0.37
authorFather Chrysostomos <sprout@cpan.org>
Fri, 5 Sep 2014 00:53:12 +0000 (17:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 5 Sep 2014 01:09:01 +0000 (18:09 -0700)
dist/bignum/lib/bigrat.pm

index 93660a4..5845523 100644 (file)
@@ -1,7 +1,7 @@
 package bigrat;
 use 5.006;
 
-$VERSION = '0.36';
+$VERSION = '0.37';
 require Exporter;
 @ISA           = qw( bigint );
 @EXPORT_OK     = qw( PI e bpi bexp hex oct );