File: critic.t

package info (click to toggle)
libdist-zilla-plugin-test-perl-critic-perl 3.005-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: perl: 358; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!perl

use strict;
use warnings;

use Test::Perl::Critic %{+{
  "-profile" => "perlcritic.rc",
}};
all_critic_ok();