summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.t
blob: 40f9f6eb8a1b0b90f32506e268f40e96cc4f9819 (plain) (blame)
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