clusterssh/t/00-load.t

11 lines
191 B
Perl
Raw Normal View History

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" );