/xt/02_perlcritic.t
http://github.com/motemen/Teto · Raku · 8 lines · 8 code · 0 blank · 0 comment · 1 complexity · 38baea49427236abf2113941acfc5bb1 MD5 · raw file
- 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');