DEBSOURCES
Skip Quicknav
sources / libmodule-runtime-perl / 0.018-1 / xt / author / critic.t
12345678910
#!perl use strict; use warnings; use Test::Perl::Critic %{+{ "-profile" => ".perlcriticrc", "-verbose" => 8, }}; all_critic_ok();