This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.25 to 0.26
[perl5.git] / cpan / Math-BigRat / t / bigfltrt.t
CommitLineData
184f15d5
JH
1#!/usr/bin/perl -w
2
184f15d5 3use strict;
c32198f6 4use Test::More tests => 1;
184f15d5 5
c32198f6
FR
6BEGIN {
7 unshift @INC, 't';
8}
184f15d5 9
116a1b2f 10use Math::BigRat::Test lib => 'Calc'; # test via this Subclass
184f15d5
JH
11
12use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
13$class = "Math::BigRat::Test";
14$CL = "Math::BigInt::Calc";
15
c32198f6 16pass();
184f15d5 17
116a1b2f 18# fails still too many tests
c32198f6 19#require 't/bigfltpm.inc'; # all tests here for sharing