summaryrefslogtreecommitdiff
path: root/cpan/Math-BigRat/t/bigratpm.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigRat/t/bigratpm.t')
-rw-r--r--cpan/Math-BigRat/t/bigratpm.t12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpan/Math-BigRat/t/bigratpm.t b/cpan/Math-BigRat/t/bigratpm.t
index b3f550e30c..24f95ee1d9 100644
--- a/cpan/Math-BigRat/t/bigratpm.t
+++ b/cpan/Math-BigRat/t/bigratpm.t
@@ -1,12 +1,14 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
use strict;
-use Test::More tests => 696;
+use warnings;
+
+use Test::More tests => 703;
use Math::BigRat lib => 'Calc';
-use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
-$class = "Math::BigRat";
-$CL = "Math::BigInt::Calc";
+our ($CLASS, $CALC);
+$CLASS = "Math::BigRat";
+$CALC = "Math::BigInt::Calc"; # backend
require 't/bigratpm.inc'; # all tests here for sharing