root/lang/perl/Nanto/trunk/t/98_perlcritic.t @ 18018

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

Moose based web application framework.

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.