summaryrefslogtreecommitdiff
path: root/t/mbi_ltm_01load.t
blob: c9745218bb76b46722d88bad15a7b9c9c76b36c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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";