From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 use strict;use warnings;use Test::More;eval 'use Test::CPAN::Changes';plan skip_all => 'Test::CPAN::Changes not installed; skipping' if $@;changes_ok();
use
strict;
warnings;
Test::More;
eval
'use Test::CPAN::Changes'
;
plan
skip_all
=>
'Test::CPAN::Changes not installed; skipping'
if
$@;
changes_ok();