The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/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 bigint;

my ($x);

require "infnan.inc";