The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011121314 use strict;use warnings;use Test::More 0.96;eval "use Test::CPAN::Changes";if ($@) { plan skip_all => "install Test::CPAN::Changes to run this test";}changes_file_ok('Changes');done_testing();
use
strict;
warnings;
Test::More 0.96;
eval
"use Test::CPAN::Changes"
;
if
($@) {
plan
skip_all
=>
"install Test::CPAN::Changes to run this test"
}
changes_file_ok(
'Changes'
);
done_testing();