root/trunk/plagger/t/99-perlcritic.t
| Revision 1634 (checked in by miyagawa, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use Test::More; |
| 3 | |
| 4 | eval { require Test::Perl::Critic; Test::Perl::Critic->import(-profile => "t/perlcriticrc") }; |
| 5 | plan skip_all => "Test::Perl::Critic is not installed." if $@; |
| 6 | |
| 7 | all_critic_ok("lib"); |
Note: See TracBrowser for help on using the browser.
