This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move Math-Big* from ./dist to ./cpan
[perl5.git] / cpan / Math-BigRat / t / bigratpm.t
diff --git a/cpan/Math-BigRat/t/bigratpm.t b/cpan/Math-BigRat/t/bigratpm.t
new file mode 100644 (file)
index 0000000..b3f550e
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/perl -w
+
+use strict;
+use Test::More tests => 696;
+
+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";
+
+require 't/bigratpm.inc';      # all tests here for sharing