some release tests (that all pass)
[p5sagit/local-lib.git] / xt / release / cpan-changes.t
CommitLineData
2d2d66b0 1use strict;
2use warnings;
3
4use Test::More 0.96 tests => 2;
5use_ok('Test::CPAN::Changes');
6subtest 'changes_ok' => sub {
7 changes_file_ok('Changes');
8};
9done_testing();