This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Math::BigInt 1.55, from Tels.
[perl5.git] / lib / Math / BigInt / t / bigintpm.t
1 #!/usr/bin/perl -w
2
3 use Test;
4 use strict;
5
6 BEGIN
7   {
8   $| = 1;
9   unshift @INC, '../lib'; # for running manually
10   my $location = $0; $location =~ s/bigintpm.t//;
11   unshift @INC, $location; # to locate the testing files
12   chdir 't' if -d 't';
13   plan tests => 2237;
14   }
15
16 use Math::BigInt;
17
18 use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
19 $class = "Math::BigInt";
20 $CL = "Math::BigInt::Calc";
21
22 require 'bigintpm.inc'; # all tests here for sharing