1# -*- mode: perl; -*-
2
3# test that the new alias names work
4
5use strict;
6use warnings;
7
8use Test::More tests => 6;
9
10use lib 't';
11
12use Math::BigInt::Subclass;
13
14our $CLASS;
15$CLASS = 'Math::BigInt::Subclass';
16
17require './t/alias.inc';
18