The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More;
BEGIN {
  plan skip_all => 'Test::CPAN::Changes not available'
    if !eval { require Test::CPAN::Changes };
}
plan tests => 4;

use Test::CPAN::Changes;
changes_file_ok('Changes');