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

# test that the new alias names work

use strict;
use warnings;

use Test::More tests => 6;

use lib 't';

use Math::BigInt::Subclass;

our $CLASS;
$CLASS = 'Math::BigInt::Subclass';

require './t/alias.inc';