The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

# this test is invoked indirectly, via t/06-warnings.t
use Test::Kwalitee 'kwalitee_ok';
kwalitee_ok('has_changelog');

1;