[libcode-tidyall-perl] 132/374: fix

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit d5a147dd7927a75f2cef795403a12fc55870dc39
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Mon Aug 6 00:20:15 2012 -0700

    fix
---
 tidyall.ini |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tidyall.ini b/tidyall.ini
index 8c1c7ff..53cbd1f 100644
--- a/tidyall.ini
+++ b/tidyall.ini
@@ -11,7 +11,7 @@ argv = --profile $ROOT/perlcriticrc
 except_modes = editor
 
 [Perl::IgnoreMethodSignaturesSimple]
-select = **/*.{pl,pm,t}
+select = {bin,lib,t}/**/*.{pl,pm,t}
 
 [Perl::AlignMooseAttributes]
-select = **/*.{pl,pm,t}
+select = {bin,lib,t}/**/*.{pl,pm,t}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list