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