diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:24:39 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:24:39 -0500 |
commit | 6f0dc4234db56dbeb84882f5002ed38f49542de9 (patch) | |
tree | 628d7a0542deaff66e2f42d8b439e9886fd32f88 /dist/Math-BigRat | |
parent | 091661f99e55efdba03192c63c762f381dbcb32f (diff) | |
download | perl-6f0dc4234db56dbeb84882f5002ed38f49542de9.tar.gz |
Bumped Math-BigInt, Math-BigInt-FastCalc and Math-BigRat versions for release per cmpVERSION.pl
Diffstat (limited to 'dist/Math-BigRat')
-rw-r--r-- | dist/Math-BigRat/lib/Math/BigRat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm b/dist/Math-BigRat/lib/Math/BigRat.pm index ad070096c7..135645fc43 100644 --- a/dist/Math-BigRat/lib/Math/BigRat.pm +++ b/dist/Math-BigRat/lib/Math/BigRat.pm @@ -24,7 +24,7 @@ use vars qw($VERSION @ISA $upgrade $downgrade @ISA = qw(Math::BigFloat); -$VERSION = '0.26_01'; +$VERSION = '0.26_02'; $VERSION = eval $VERSION; # inherit overload from Math::BigFloat, but disable the bitwise ops that don't |