xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigratpm.t (revision 5486feefcc8cb79b19e014ab332cc5dfd05b3b33)
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