clusterssh/t/00-load.t
Duncan Ferguson ea811ba639 Run through 'perltidy -pbp'
Standardise the code layout
2013-04-15 21:56:19 +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");