Codebase list libcryptx-perl / 42d8ca27-3b52-4180-afd7-f16e2e9f590d/main t / mbi_ltm_01load.t
42d8ca27-3b52-4180-afd7-f16e2e9f590d/main

Tree @42d8ca27-3b52-4180-afd7-f16e2e9f590d/main (Download .tar.gz)

mbi_ltm_01load.t @42d8ca27-3b52-4180-afd7-f16e2e9f590d/main

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