From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
eval 'use Test::CPAN::Changes';
plan skip_all => 'Test::CPAN::Changes not installed; skipping' if $@;
changes_ok();