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 / bigfltrt.t
index 4f36bde..8563186 100644 (file)
@@ -7,13 +7,13 @@ use lib 't';
 
 use Test::More tests => 1;
 
-use Math::BigRat::Test lib => 'Calc';  # test via this Subclass
+use Math::BigRat::Test lib => 'Calc';   # test via this Subclass
 
-our ($CLASS, $CALC);
+our ($CLASS, $LIB);
 $CLASS = "Math::BigRat::Test";
-$CALC  = "Math::BigInt::Calc";
+$LIB   = "Math::BigInt::Calc";
 
 pass();
 
 # fails still too many tests
-#require 't/bigfltpm.inc';             # all tests here for sharing
+#require './t/bigfltpm.inc';            # all tests here for sharing