File: 99-perlcritic.t

package info (click to toggle)
mha4mysql-node 0.53-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: perl: 4,283; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
use strict;
use Test::More;

eval { require Test::Perl::Critic; Test::Perl::Critic->import(-profile => "t/perlcriticrc") };
plan skip_all => "Test::Perl::Critic is not installed." if $@;

all_critic_ok("bin", "lib");