root/lang/perl/Ulgori/trunk/t/98_perlcritic.t @ 11808

Revision 11808, 175 bytes (checked in by tokuhirom, 5 years ago)

initial import

Line 
1use strict;
2use Test::More;
3eval { use Test::Perl::Critic -profile => 't/perlcriticrc' };
4plan skip_all => "Test::Perl::Critic is not installed." if $@;
5all_critic_ok('lib');
Note: See TracBrowser for help on using the browser.