summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/sub_ali.t
blob: 2f145b4e23b7da20872db78a6757f0bb3406f341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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';