summaryrefslogtreecommitdiff
path: root/cpan/Math-BigRat/t/bigratpm.t
blob: d6bb22b1cf6e7d2b4b36e1f6d43aeaa786c6418b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w

use strict;
use Test::More tests => 686;

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