The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
eval q{ use Test::Perl::Critic };
plan skip_all => "Test::Perl::Critic is not installed." if $@;
all_critic_ok("lib");