From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #!perluse strict;use warnings;use Test::Perl::Critic %{+{ "-profile" => ".perlcriticrc", "-verbose" => 8,}};all_critic_ok();
#!perl
use
strict;
warnings;
Test::Perl::Critic %{+{
"-profile"
=>
".perlcriticrc"
,
"-verbose"
=> 8,
}};
all_critic_ok();