Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-Test-Requires/xt/
Upload File :
Current File : //usr/share/doc/perl-Test-Requires/xt/02_perlcritic.t

use strict;
use Test::More;
eval {
    require Test::Perl::Critic;
    Test::Perl::Critic->import( -profile => 'xt/perlcriticrc');
};
plan skip_all => "Test::Perl::Critic is not installed." if $@;
all_critic_ok('lib');