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

use strict;
eval { require Test::Perl::Critic; Test::Perl::Critic->import(-profile => "xt/perlcriticrc") };
plan skip_all => "Test::Perl::Critic is not installed." if $@;
all_critic_ok("lib");