root/lang/perl/Win32-FindWindow/trunk/t/98_perlcritic.t

Revision 4992, 175 bytes (checked in by pia, 5 years ago)

lang/perl/Win32-FindWindow?: 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.