[libcode-tidyall-perl] 265/374: message

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:32 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 7d9d158eff25b07b05750f0f64651b4d646d09b0
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Tue Sep 25 20:10:25 2012 -0700

    message
---
 lib/Code/TidyAll.pm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Code/TidyAll.pm b/lib/Code/TidyAll.pm
index 81a736c..862420f 100644
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@ -16,6 +16,8 @@ use Try::Tiny;
 use strict;
 use warnings;
 
+sub default_conf_names { ( 'tidyall.ini', '.tidyallrc' ) }
+
 # External
 has 'backup_ttl'    => ( is => 'ro', default => sub { '1 hour' } );
 has 'check_only'    => ( is => 'ro' );

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