This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Math-BigRat to CPAN version 0.260805
[perl5.git] / cpan / Math-BigRat / t / bigfltrt.t
CommitLineData
6320cdc0 1#!perl
184f15d5 2
184f15d5 3use strict;
11c955be
SH
4use warnings;
5
6use lib 't';
184f15d5 7
11c955be 8use Test::More tests => 1;
184f15d5 9
ccbfef19 10use Math::BigRat::Test lib => 'Calc'; # test via this Subclass
184f15d5 11
11c955be
SH
12our ($CLASS, $CALC);
13$CLASS = "Math::BigRat::Test";
14$CALC = "Math::BigInt::Calc";
ccbfef19 15
c32198f6 16pass();
184f15d5 17
116a1b2f 18# fails still too many tests
0c2fbbe3 19#require 't/bigfltpm.inc'; # all tests here for sharing