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