summaryrefslogtreecommitdiff
path: root/cpan/Math-BigRat/t/bigratpm.t
blob: d6d9641b21bf7f86fc33d4089c51b33edbdd1913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: perl; -*-

use strict;
use warnings;

use Test::More tests => 899;

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