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

use strict;
use Test::Strict;

$Test::Strict::DEVEL_COVER_OPTIONS = '-coverage,statement,branch,condition,path,subroutine,time,+ignore,"/Test/Strict\b"';

all_cover_ok(100);