#!perl
use strict;
# Load test module.
eval
{
};
plan( skip_all => 'Test::CPAN::Changes is required to check Changes file.' )
if $@;
# Check the Changes file.
Test::CPAN::Changes::changes_ok();