[libcode-tidyall-perl] 74/374: tweak
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:25:51 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 0fcf512ff1e65dd79b496a57fe3b1fa2830ef4ed
Author: Jonathan Swartz <swartz at pobox.com>
Date: Tue Jul 3 16:35:07 2012 -0700
tweak
---
lib/Code/TidyAll.pm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/lib/Code/TidyAll.pm b/lib/Code/TidyAll.pm
index 873615c..bd9e5cf 100644
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@ -385,10 +385,7 @@ Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator
select => qr/\.(pl|pm|t)$/,
options => { argv => '-noll -it=2' },
},
- perlcritic => {
- select => qr/\.(pl|pm|t)$/,
- options => { '-include' => ['layout'], '-severity' => 3, }
- }
+ ...
}
);
@@ -402,8 +399,10 @@ Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator
=head1 DESCRIPTION
-This is the engine used by L<tidyall|tidyall>. You can call this API from your
-own program instead of executing C<tidyall>.
+This is the engine used by L<tidyall|tidyall> - read that first to get an
+overview.
+
+You can call this API from your own program instead of executing C<tidyall>.
=head1 CONSTRUCTOR OPTIONS
--
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