summaryrefslogtreecommitdiff
path: root/t/mbi_ltm_01load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/mbi_ltm_01load.t')
-rw-r--r--t/mbi_ltm_01load.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/mbi_ltm_01load.t b/t/mbi_ltm_01load.t
new file mode 100644
index 00000000..f4fccb4a
--- /dev/null
+++ b/t/mbi_ltm_01load.t
@@ -0,0 +1,13 @@
+#!perl
+
+use strict; # restrict unsafe constructs
+use warnings; # enable optional warnings
+
+use Test::More tests => 2;
+
+BEGIN {
+ use_ok('Math::BigInt::LTM');
+ use_ok('Math::BigInt'); # Math::BigInt is required for the tests
+};
+
+diag "Math::BigInt VERSION=$Math::BigInt::VERSION\n"; \ No newline at end of file