Codebase list libcryptx-perl / 130f5fd0-605e-470e-aa7d-f606741f9542/main t / mbi_ltm_01load.t
130f5fd0-605e-470e-aa7d-f606741f9542/main

Tree @130f5fd0-605e-470e-aa7d-f606741f9542/main (Download .tar.gz)

mbi_ltm_01load.t @130f5fd0-605e-470e-aa7d-f606741f9542/mainraw · history · blame

#!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";