]> Dogcows Code - chaz/p5-HTTP-AnyUA/blob - xt/author/critic.t
Version 0.900
[chaz/p5-HTTP-AnyUA] / xt / author / critic.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use English qw(-no_match_vars);
8
9 eval "use Test::Perl::Critic";
10 plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
11 Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc";
12 all_critic_ok();
This page took 0.033706 seconds and 4 git commands to generate.