1*5486feefSafresh1# -*- mode: perl; -*- 2*5486feefSafresh1 3*5486feefSafresh1use strict; 4*5486feefSafresh1use warnings; 5*5486feefSafresh1 6*5486feefSafresh1use Test::More tests => 899; 7*5486feefSafresh1 8*5486feefSafresh1use Math::BigRat lib => 'Calc'; 9*5486feefSafresh1 10*5486feefSafresh1our ($CLASS, $LIB); 11*5486feefSafresh1$CLASS = "Math::BigRat"; 12*5486feefSafresh1$LIB = "Math::BigInt::Calc"; # backend 13*5486feefSafresh1 14*5486feefSafresh1require './t/bigratpm.inc'; # all tests here for sharing 15