1# -*- mode: perl; -*- 2 3use strict; 4use warnings; 5 6use lib 't'; 7 8use Test::More tests => 899; 9 10use Math::BigRat::Subclass lib => 'Calc'; # test via this Subclass 11 12our ($CLASS, $LIB); 13$CLASS = "Math::BigRat::Subclass"; 14$LIB = "Math::BigInt::Calc"; 15 16# fails still too many tests 17require './t/bigratpm.inc'; # all tests here for sharing 18