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 lib 't';

use Test::More tests => 1;

use Math::BigRat::Test lib => 'Calc';	# test via this Subclass

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

pass();

# fails still too many tests
#require 't/bigfltpm.inc';		# all tests here for sharing