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

# test that the new alias names work

use strict;
use Test::More tests => 6;

BEGIN { unshift @INC, 't'; }

use Math::BigInt::Subclass;

use vars qw/$CL $x/;
$CL = 'Math::BigInt::Subclass';

require 't/alias.inc';