The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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");