[Bps-public-commit] r19660 - Net-Google-Code/trunk/xt
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 14 03:43:37 EDT 2009
Author: sunnavy
Date: Thu May 14 03:43:37 2009
New Revision: 19660
Modified:
Net-Google-Code/trunk/xt/perlcritic.t
Log:
no need to check inc/.author by ourselves any more
Modified: Net-Google-Code/trunk/xt/perlcritic.t
==============================================================================
--- Net-Google-Code/trunk/xt/perlcritic.t (original)
+++ Net-Google-Code/trunk/xt/perlcritic.t Thu May 14 03:43:37 2009
@@ -9,8 +9,5 @@
plan skip_all =>
"Perl::Critic 1.090 and Test::Perl::Critic 1.01 required for testing PBP compliance";
}
-elsif ( !-e 'inc/.author' ) {
- plan skip_all => 'no inc/.author, will not run this test ;)';
-}
Test::Perl::Critic::all_critic_ok();
More information about the Bps-public-commit
mailing list