File: critic.t

package info (click to toggle)
libpath-tiny-perl 0.148-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: perl: 1,300; makefile: 2; sh: 1
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!perl

use strict;
use warnings;

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