bignum-0.12 updates from:
[p5sagit/p5-mst-13.2.git] / lib / bignum / t / bninfnan.t
1 #!/usr/bin/perl -w
2
3 ###############################################################################
4
5 use Test;
6 use strict;
7
8 BEGIN
9   {
10   $| = 1;
11   chdir 't' if -d 't';
12   unshift @INC, '../lib';
13   plan tests => 26;
14   }
15
16 use bignum;
17
18 my ($x);
19
20 require "infnan.inc";
21