This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.24 to 0.25
[perl5.git] / cpan / Math-BigRat / lib / Math / BigRat.pm
index 2460d1c..17acfad 100644 (file)
@@ -23,7 +23,7 @@ use vars qw($VERSION @ISA $upgrade $downgrade
 
 @ISA = qw(Math::BigFloat);
 
-$VERSION = '0.24';
+$VERSION = '0.25';
 $VERSION = eval $VERSION;
 
 use overload;                  # inherit overload from Math::BigFloat