mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 00:59:07 +00:00

This is to match CPAN::Changes spec, which also allows for tests. Also add 'email' Build rule to help generate announcement email
4 lines
131 B
Raku
4 lines
131 B
Raku
use Test::More;
|
|
eval 'use Test::CPAN::Changes';
|
|
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
|
|
changes_ok();
|