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

use Test::More tests => 2;

BEGIN {
use_ok('MDK::ISOcheck');
require_ok('MDK::ISOcheck');
}

diag("Testing MDK::ISOcheck $MDK::ISOcheck::VERSION");