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 => 4026;           # tests in require'd file

use lib 't';

use Math::BigInt lib => 'BareCalc';

print "# ", Math::BigInt->config('lib'), "\n";

our ($CLASS, $LIB);
$CLASS = "Math::BigInt";
$LIB   = "Math::BigInt::BareCalc";      # backend

require './t/bigintpm.inc';               # perform same tests as bigintpm.t