X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=blobdiff_plain;f=t%2Fauthor-critic.t;h=af7f7ea243717699f778c0c0a79c393518052b4e;hp=7f4738749dc7419ed6b0eabcb0ad9834c9c414fb;hb=ab0985971f429de926d0600e228d5aa0125cbdbd;hpb=2968fc409d5893f238013d74cd3ba9b7e8d42a9f diff --git a/t/author-critic.t b/t/author-critic.t index 7f47387..af7f7ea 100644 --- a/t/author-critic.t +++ b/t/author-critic.t @@ -16,4 +16,5 @@ 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();