mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 17:09:06 +00:00
10 lines
191 B
Perl
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");
|