This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.2613 to 0.2614
[perl5.git] / cpan / Math-BigRat / t / bigratpm.t
CommitLineData
6320cdc0 1#!perl
184f15d5 2
184f15d5 3use strict;
11c955be
SH
4use warnings;
5
3cc1ad36 6use Test::More tests => 905;
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