This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.260802 to 0.260804
[perl5.git] / cpan / Math-BigRat / t / bigratpm.t
CommitLineData
6320cdc0 1#!perl
184f15d5 2
184f15d5 3use strict;
11c955be
SH
4use warnings;
5
6use Test::More tests => 703;
184f15d5 7
233f7bc0 8use Math::BigRat lib => 'Calc';
184f15d5 9
11c955be
SH
10our ($CLASS, $CALC);
11$CLASS = "Math::BigRat";
12$CALC = "Math::BigInt::Calc"; # backend
ccbfef19 13
c32198f6 14require 't/bigratpm.inc'; # all tests here for sharing