The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# -*- mode: perl; -*-
use strict;
use lib 't';
use Test::More tests => 899;
use Math::BigRat::Subclass lib => 'Calc'; # test via this Subclass
our ($CLASS, $LIB);
$CLASS = "Math::BigRat::Subclass";
$LIB = "Math::BigInt::Calc";
# fails still too many tests
require './t/bigratpm.inc'; # all tests here for sharing