aboutsummaryrefslogtreecommitdiffstats
path: root/t/00_load.t
blob: 4a923e4a4133647c616a11a7e7149e1f6a1f211e (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -w

use Test::More tests => 2;

BEGIN {
use_ok( 'Isocheck' );
require_ok('Isocheck');
}

diag( "Testing Isocheck $Isocheck::VERSION" );