The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# test for recommendations from "Perl Best Practices"

use strict;
use warnings;
use Test::More;
use XML::Hash::XS;

eval { use Test::CPAN::Changes };
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
plan tests => 6;
changes_file_ok(undef, { version => $XML::Hash::XS::VERSION });