X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2Fauthor-critic.t;fp=t%2Fauthor-critic.t;h=0000000000000000000000000000000000000000;hb=7901baa9aa1ab4d154e6b03a2630198448eb3a82;hp=af7f7ea243717699f778c0c0a79c393518052b4e;hpb=8d17909ed1dafbd0ff16cea525e910263e7938be;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/t/author-critic.t b/t/author-critic.t deleted file mode 100644 index af7f7ea..0000000 --- a/t/author-critic.t +++ /dev/null @@ -1,20 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - - -use strict; -use warnings; - -use Test::More; -use English qw(-no_match_vars); - -eval "use Test::Perl::Critic"; -plan skip_all => 'Test::Perl::Critic required to criticise code' if $@; -Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc"; -all_critic_ok();