xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbf_ali.t (revision fc405d53b73a2d73393cb97f684863d17b583e38)
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::BigFloat;
11
12our $CLASS;
13$CLASS = 'Math::BigFloat';
14
15require './t/alias.inc';
16