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

use Test::More;
use File::Path;

eval "use Test::Strict";
plan skip_all => "Test::Strict not installed" if $@;

all_cover_ok( 87, 't/' );

# Clean up
rmtree("cover_db");