This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.25 to 0.26
[perl5.git] / cpan / Math-BigRat / t / bigratpm.t
CommitLineData
184f15d5
JH
1#!/usr/bin/perl -w
2
184f15d5 3use strict;
c32198f6 4use Test::More tests => 686;
184f15d5 5
233f7bc0 6use Math::BigRat lib => 'Calc';
184f15d5
JH
7
8use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
9$class = "Math::BigRat";
10$CL = "Math::BigInt::Calc";
11
c32198f6 12require 't/bigratpm.inc'; # all tests here for sharing