Changeset 3712 for lang/perl/Archer
- Timestamp:
- 12/28/07 11:34:35 (11 months ago)
- Files:
-
- 1 modified
-
lang/perl/Archer/trunk/t/perlcritic.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/trunk/t/perlcritic.t
r3666 r3712 1 1 #!perl 2 3 if (!require Test::Perl::Critic) { 4 Test::More::plan( 5 skip_all => "Test::Perl::Critic required for testing PBP compliance" 6 ); 7 } 2 use strict; 3 use warnings; 4 use Test::More; 5 eval "use Test::Perl::Critic"; 6 plan skip_all => "Test::Perl::Critic required for testing PBP compliance" if $@ ; 8 7 9 8 Test::Perl::Critic::all_critic_ok();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)