clusterssh/t/00-load.t

11 lines
191 B
Perl
Raw Permalink 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");