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 Math::BigInt; 11 12our $CLASS; 13$CLASS = 'Math::BigInt'; 14 15require './t/alias.inc'; 16