First page Back Continue Last page Overview Graphics
Test::Perl::Critic
Brings Perl::Critic to your tests harnesses
use Test::Perl::Critic;
#Test one file
critic_ok($file);
#Test all files in several $dirs
all_critic_ok($dir_1, $dir_2, $dir_N );
#Test all files in distro
all_critic_ok()