mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
11 lines
191 B
Perl
11 lines
191 B
Perl
![]() |
use FindBin;
|
||
|
use lib $FindBin::Bin.'/../lib';
|
||
|
|
||
|
use Test::More tests => 1;
|
||
|
|
||
|
BEGIN {
|
||
|
use_ok( 'App::ClusterSSH' );
|
||
|
}
|
||
|
|
||
|
diag( "Testing App::ClusterSSH $App::ClusterSSH::VERSION, Perl $], $^X" );
|