summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: cd42d3e49f4af0c5c75dc3f23ed8111aea01446c (plain)
1
2
3
4
5
6
7
use Test::More tests => 1;
 
BEGIN {
  use_ok('LDFM::MainController');
}
 
diag( "Testing LDFM $LDFM::MainController::VERSION" );