4 unless ($ENV{AUTHOR_TESTING}) {
5 print qq{1..0 # SKIP these tests are for testing by the author\n};
15 use English qw(-no_match_vars);
17 eval "use Test::Perl::Critic";
18 plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
19 Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc";