summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/mbf_ali.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/mbf_ali.t')
-rw-r--r--cpan/Math-BigInt/t/mbf_ali.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpan/Math-BigInt/t/mbf_ali.t b/cpan/Math-BigInt/t/mbf_ali.t
new file mode 100644
index 0000000000..845fbe94e1
--- /dev/null
+++ b/cpan/Math-BigInt/t/mbf_ali.t
@@ -0,0 +1,14 @@
+#!/usr/bin/perl -w
+
+# test that the new alias names work
+
+use strict;
+use Test::More tests => 6;
+
+use Math::BigFloat;
+
+use vars qw/$x $CL/;
+
+$CL = 'Math::BigFloat';
+
+require 't/alias.inc';