1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!perl use strict; use warnings; use Test::More tests => 905; use Math::BigRat lib => 'Calc'; our ($CLASS, $LIB); $CLASS = "Math::BigRat"; $LIB = "Math::BigInt::Calc"; # backend require './t/bigratpm.inc'; # all tests here for sharing