Boxer
view release on metacpan or search on metacpan
t/00_compile.t view on Meta::CPAN
#!/usr/bin/perl
use v5.14;
use utf8;
use Test::More;
use strictures 2;
no warnings "experimental::signatures";
eval "use Test::Compile";
Test::More->builder->BAIL_OUT(
"Test::Compile required for testing compilation")
if $@;
all_pm_files_ok();
( run in 2.719 seconds using v1.01-cache-2.11-cpan-5a3173703d6 )