summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/mbf_ali.t
blob: b44b64c55f6fae35e433b558687d1f456066c31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl

# test that the new alias names work

use strict;
use warnings;

use Test::More tests => 6;

use Math::BigFloat;

our $CLASS;
$CLASS = 'Math::BigFloat';

require 't/alias.inc';