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 / bigratpm.t
index a5bb947..40f9f6e 100644 (file)
@@ -3,12 +3,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 703;
+use Test::More tests => 905;
 
 use Math::BigRat lib => 'Calc';
 
-our ($CLASS, $CALC);
+our ($CLASS, $LIB);
 $CLASS = "Math::BigRat";
-$CALC  = "Math::BigInt::Calc";  # backend
+$LIB  = "Math::BigInt::Calc";  # backend
 
-require 't/bigratpm.inc';      # all tests here for sharing
+require './t/bigratpm.inc';     # all tests here for sharing