This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4243592
)
Increase $bigrat::VERSION to 0.37
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 5 Sep 2014 00:53:12 +0000
(17:53 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 5 Sep 2014 01:09:01 +0000
(18:09 -0700)
dist/bignum/lib/bigrat.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/bignum/lib/bigrat.pm
b/dist/bignum/lib/bigrat.pm
index
93660a4
..
5845523
100644
(file)
--- a/
dist/bignum/lib/bigrat.pm
+++ b/
dist/bignum/lib/bigrat.pm
@@
-1,7
+1,7
@@
package bigrat;
use 5.006;
-$VERSION = '0.3
6
';
+$VERSION = '0.3
7
';
require Exporter;
@ISA = qw( bigint );
@EXPORT_OK = qw( PI e bpi bexp hex oct );