The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use strict;
use warnings;
use FindBin '$Bin';
use Test::Kwalitee;

my $file = "$Bin/../../Debian_CPANTS.txt";
unlink $file or die "can't unlink $file: $!\n";