Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

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