This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document string- and number-specific bitops in perlop
[perl5.git] / dist / Math-BigInt / t / mbf_ali.t
1 #!/usr/bin/perl -w
2
3 # test that the new alias names work
4
5 use strict;
6 use Test::More tests => 6;
7
8 use Math::BigFloat;
9
10 use vars qw/$x $CL/;
11
12 $CL = 'Math::BigFloat';
13
14 require 't/alias.inc';