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 => 2818;

use lib 't';

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

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

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