| Revision 488, 219 bytes checked in by iwaim, 17 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use Test::More; |
| 3 | eval { |
| 4 | require Test::Perl::Critic; |
| 5 | Test::Perl::Critic->import( -profile => 'xt/perlcriticrc'); |
| 6 | }; |
| 7 | plan skip_all => "Test::Perl::Critic is not installed." if $@; |
| 8 | all_critic_ok('lib'); |