Acme-CPANAuthors-GitHub
view release on metacpan or search on metacpan
xt/perlcritic.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
eval { require Test::Perl::Critic; 1 } or do {
plan skip_all => "Test::Perl::Critic is not installed.";
};
Test::Perl::Critic->import( -profile => 'xt/perlcriticrc' );
all_critic_ok(qw( lib scripts t xt ));
( run in 1.404 second using v1.01-cache-2.11-cpan-5735350b133 )