source: projects/vine-spec-skeleton/trunk/xt/02_perlcritic.t @ 488

Revision 488, 219 bytes checked in by iwaim, 14 years ago (diff)

vine-spec-skeleton: 0.1

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