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