[libcode-tidyall-perl] 196/374: doc fixes

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:18 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 93d2e08f12923bb256c62e60a417cd8d29cbd3a9
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Thu Sep 6 15:33:04 2012 -0700

    doc fixes
---
 lib/Code/TidyAll.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Code/TidyAll.pm b/lib/Code/TidyAll.pm
index 16c7719..dca1594 100644
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@ -439,8 +439,8 @@ Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator
         root_dir => '/path/to/root',
         plugins  => {
             perltidy => {
-                select => qr/\.(pl|pm|t)$/,
-                options => { argv => '-noll -it=2' },
+                select => 'lib/**/*.(pl|pm)',
+                argv => '-noll -it=2',
             },
             ...
         }
@@ -463,7 +463,7 @@ You can call this API from your own program instead of executing C<tidyall>.
 
 =head1 CONSTRUCTION
 
-=head2 Construtor methods
+=head2 Constructor methods
 
 =over
 

-- 
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