The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use strict;
use Test::DescribeMe qw(author);
eval "use Test::Kwalitee tests => [ qw( -has_meta_yml ) ]";
if($@) {
plan(skip_all => 'Test::Kwalitee not installed; skipping') if $@;
} else {
unlink('Debian_CPANTS.txt') if -e 'Debian_CPANTS.txt';
}