Codebase list libparams-validate-perl / fresh-snapshots/main xt / release / cpan-changes.t
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

cpan-changes.t @fresh-snapshots/mainraw · history · blame

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012

use Test::More 0.96 tests => 1;
use Test::CPAN::Changes;
subtest 'changes_ok' => sub {
    changes_file_ok('Changes');
};