The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910 use strict;use warnings;use Test::More;eval 'use Test::CPAN::Changes';plan skip_all => 'Test::CPAN::Changes required for this test' if $@;changes_ok();
use
strict;
warnings;
Test::More;
eval
'use Test::CPAN::Changes'
;
plan
skip_all
=>
'Test::CPAN::Changes required for this test'
if
$@;
changes_ok();