Acme-Base64
view release on metacpan or search on metacpan
t/perlcritic.t view on Meta::CPAN
#!perl
use Test::More;
plan 'skip_all' => "Author tests not required for installation"
unless $ENV{'AUTOMATED_TESTING'};
eval { require Test::Perl::Critic };
if ($@) {
Test::More::plan(
skip_all => "Test::Perl::Critic required for testing PBP compliance"
);
}
Test::Perl::Critic::all_critic_ok();
( run in 0.459 second using v1.01-cache-2.11-cpan-98e64b0badf )