[libcode-tidyall-perl] 173/374: fix git_path default
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:13 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 ecfae61f9444332831106ab433ec140695be173c
Author: Jonathan Swartz <swartz at pobox.com>
Date: Tue Sep 4 17:14:59 2012 -0700
fix git_path default
---
lib/Code/TidyAll/Git/Precommit.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Code/TidyAll/Git/Precommit.pm b/lib/Code/TidyAll/Git/Precommit.pm
index afd216a..cbcbb01 100644
--- a/lib/Code/TidyAll/Git/Precommit.pm
+++ b/lib/Code/TidyAll/Git/Precommit.pm
@@ -12,7 +12,7 @@ use Try::Tiny;
# Public
has 'conf_file' => ( is => 'ro', default => sub { "tidyall.ini" } );
-has 'git_path' => ( is => 'ro', default => 'git' );
+has 'git_path' => ( is => 'ro', default => sub { 'git' } );
has 'no_stash' => ( is => 'ro' );
has 'reject_on_error' => ( is => 'ro' );
has 'tidyall_class' => ( is => 'ro', default => sub { "Code::TidyAll" } );
--
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