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

use strict;
use warnings;

use Test::More tests => 3913;

use Math::BigInt::Lite;

our ($CLASS, $CALC);
$CLASS = "Math::BigInt::Lite";
$CALC  = "Math::BigInt::Calc";

#############################################################################
# all the other tests

require 't/bigintpm.inc';               # all tests here for sharing