This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Import version.pm 0.9914 from CPAN
[perl5.git] / cpan / Math-BigInt / t / mbi_ali.t
1 #!perl
2
3 # test that the new alias names work
4
5 use strict;
6 use warnings;
7
8 use Test::More tests => 6;
9
10 use Math::BigInt;
11
12 our $CLASS;
13 $CLASS = 'Math::BigInt';
14
15 require 't/alias.inc';