File: perlcritic.t

package info (click to toggle)
libtest-log-log4perl-perl 0.32-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: perl: 1,991; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use strict;
use Test::More;
eval q{ use Test::Perl::Critic (-exclude => ['ProhibitNoStrict', 'ProhibitSubroutinePrototypes'])};

plan skip_all => "Test::Perl::Critic is not installed." if $@;
all_critic_ok("lib");