xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_ali.t (revision eac174f2741a08d8deb8aae59a7f778ef9b5d770)
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