diff options
author | Tony Cook <tony@develop-help.com> | 2014-05-13 10:09:34 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-05-28 16:08:30 +1000 |
commit | 0baa1af7fb9e744c0bb45364e99a697807b6cebf (patch) | |
tree | 362f00eda10d41468d86b5245e35e0a503ff5523 /dist | |
parent | a7752796dd8451dce0db389331bb2c4f53ef6ab6 (diff) | |
download | perl-0baa1af7fb9e744c0bb45364e99a697807b6cebf.tar.gz |
bump Math::BigRat $VERSION
Diffstat (limited to 'dist')
-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 47bc4bdaae..e3c7b47291 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.2606'; +$VERSION = '0.2607'; $VERSION = eval $VERSION; # inherit overload from Math::BigFloat, but disable the bitwise ops that don't |