This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.2613 to 0.2614
[perl5.git] / cpan / Math-BigRat / t / Math / BigRat / Test.pm
index c61b652..820406b 100644 (file)
@@ -11,7 +11,7 @@ use Math::BigFloat;
 our @ISA = qw(Math::BigRat Exporter);
 our $VERSION = '0.04';
 
-use overload;          # inherit overload from BigRat
+use overload;           # inherit overload from BigRat
 
 # Globals
 our $accuracy   = undef;