The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910 use strict;use warnings;# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.013use Test::More 0.96 tests => 1;use Test::CPAN::Changes;subtest 'changes_ok' => sub { changes_file_ok('ChangeLog');};
use
strict;
warnings;
# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.013
Test::More 0.96
tests
=> 1;
Test::CPAN::Changes;
subtest
'changes_ok'
=>
sub
{
changes_file_ok(
'ChangeLog'
);
};