root/lang/perl/Geo-Direction-Name/trunk/t/perlcritic.t @ 18518

Revision 18518, 189 bytes (checked in by kokogiko, 5 years ago)

Edit require modules and pods.

Line 
1#!perl
2
3if (!require Test::Perl::Critic) {
4    Test::More::plan(
5        skip_all => "Test::Perl::Critic required for testing PBP compliance"
6    );
7}
8
9Test::Perl::Critic::all_critic_ok();
Note: See TracBrowser for help on using the browser.