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