This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update bignum, Math::BigInt, Math::BigInt::FastCalc, and Math::BigRat
[perl5.git] / cpan / Math-BigRat / t / bigratpm.t
CommitLineData
6853e8af 1# -*- mode: perl; -*-
184f15d5 2
184f15d5 3use strict;
11c955be
SH
4use warnings;
5
6853e8af 6use Test::More tests => 899;
184f15d5 7
233f7bc0 8use Math::BigRat lib => 'Calc';
184f15d5 9
3cc1ad36 10our ($CLASS, $LIB);
11c955be 11$CLASS = "Math::BigRat";
3cc1ad36 12$LIB = "Math::BigInt::Calc"; # backend
ccbfef19 13
3cc1ad36 14require './t/bigratpm.inc'; # all tests here for sharing