[libcode-tidyall-perl] 329/374: select first in examples
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:45 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 9e17d466523bda7cabf44acfa729e6380a84c518
Author: Jonathan Swartz <swartz at pobox.com>
Date: Wed Oct 17 01:14:50 2012 -0700
select first in examples
---
lib/Code/TidyAll/Plugin/PerlCritic.pm | 4 ++--
lib/Code/TidyAll/Plugin/PerlTidy.pm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/Code/TidyAll/Plugin/PerlCritic.pm b/lib/Code/TidyAll/Plugin/PerlCritic.pm
index 5a5635d..5db23ba 100644
--- a/lib/Code/TidyAll/Plugin/PerlCritic.pm
+++ b/lib/Code/TidyAll/Plugin/PerlCritic.pm
@@ -30,14 +30,14 @@ Code::TidyAll::Plugin::PerlCritic - use perlcritic with tidyall
; Configure in-line
;
[PerlCritic]
- argv = --severity 5 --exclude=nowarnings
select = lib/**/*.pm
+ argv = --severity 5 --exclude=nowarnings
; or refer to a .perlcriticrc in the same directory
;
[PerlCritic]
- argv = --profile $ROOT/.perlcriticrc
select = lib/**/*.pm
+ argv = --profile $ROOT/.perlcriticrc
=head1 DESCRIPTION
diff --git a/lib/Code/TidyAll/Plugin/PerlTidy.pm b/lib/Code/TidyAll/Plugin/PerlTidy.pm
index 253e313..6b3a790 100644
--- a/lib/Code/TidyAll/Plugin/PerlTidy.pm
+++ b/lib/Code/TidyAll/Plugin/PerlTidy.pm
@@ -43,14 +43,14 @@ Code::TidyAll::Plugin::PerlTidy - use perltidy with tidyall
; Configure in-line
;
[PerlTidy]
- argv = --noll
select = lib/**/*.pm
+ argv = --noll
; or refer to a .perltidyrc in the same directory
;
[PerlTidy]
- argv = --profile=$ROOT/.perltidyrc
select = lib/**/*.pm
+ argv = --profile=$ROOT/.perltidyrc
=head1 DESCRIPTION
--
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