mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 17:09:06 +00:00
5 lines
131 B
Perl
5 lines
131 B
Perl
![]() |
use Test::More;
|
||
|
eval 'use Test::CPAN::Changes';
|
||
|
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
|
||
|
changes_ok();
|