clusterssh/t/00-load.t
Duncan Ferguson b51644512d Further enhancements to the config module
Continue work to move all the config code out of the main module into a sub module.  Not yet used by the main module.
2011-07-21 08:23:49 +01:00

10 lines
191 B
Perl

use FindBin;
use lib $FindBin::Bin.'/../lib';
use Test::More tests => 1;
BEGIN {
use_ok( 'App::ClusterSSH' );
}
note( "Testing App::ClusterSSH $App::ClusterSSH::VERSION, Perl $], $^X" );