clusterssh/t/changes.t
Duncan Ferguson cd1abe15b9 Amend Changes file format
This is to match CPAN::Changes spec, which also allows for tests.
Also add 'email' Build rule to help generate announcement email
2014-01-31 21:05:17 +00:00

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();