diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-19 23:41:50 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-19 23:41:50 +0000 |
commit | 5e170e6c0855cecab88911e152c2392f315f917d (patch) | |
tree | a11620501e59336ff748b9ed570a0476c2854f66 | |
parent | 79a0c1345cb37c41e41adb3696e4b50496f6757d (diff) | |
download | perl-5e170e6c0855cecab88911e152c2392f315f917d.tar.gz |
Bump Math::BigRat to dev release as per Florian's request
-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 92cc59c2be..e2619e856d 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'; +$VERSION = '0.26_01'; $VERSION = eval $VERSION; # inherit overload from Math::BigFloat, but disable the bitwise ops that don't |