The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w

###############################################################################

use Test;
use strict;

BEGIN
  {
  $| = 1;
  chdir 't' if -d 't';
  unshift @INC, '../lib';
  unshift @INC, '../lib/bignum/t' if $ENV{PERL_CORE};
  plan tests => 26;
  }

use bigrat;

my ($x);

require "infnan.inc";