The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011121314151617 # -*- mode: perl; -*-use strict;use warnings;use lib 't';use Test::More tests => 899;use Math::BigRat::Subclass lib => 'Calc'; # test via this Subclassour ($CLASS, $LIB);$CLASS = "Math::BigRat::Subclass";$LIB = "Math::BigInt::Calc";# fails still too many testsrequire './t/bigratpm.inc'; # all tests here for sharing
# -*- mode: perl; -*-
use
strict;
warnings;
lib
't'
;
Test::More
tests
=> 899;
Math::BigRat::Subclass
=>
'Calc'
# test via this Subclass
our
(
$CLASS
,
$LIB
);
=
"Math::BigRat::Subclass"
"Math::BigInt::Calc"
# fails still too many tests
require
'./t/bigratpm.inc'
# all tests here for sharing