[libcode-tidyall-perl] 293/374: s/$prereceive/$hook

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:38 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 04a18029585d3a20bd52f4a1135fe9a469ac083a
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Tue Oct 2 15:16:59 2012 -0700

    s/$prereceive/$hook
---
 lib/Code/TidyAll/Git/Prereceive.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Code/TidyAll/Git/Prereceive.pm b/lib/Code/TidyAll/Git/Prereceive.pm
index 8454035..7e2037a 100644
--- a/lib/Code/TidyAll/Git/Prereceive.pm
+++ b/lib/Code/TidyAll/Git/Prereceive.pm
@@ -166,8 +166,8 @@ tidyall'd
 
     # Do other things with $input here
 
-    my $prereceive = Code::TidyAll::Git::Prereceive->new();
-    if (my $error = $prereceive->check_input($input)) {
+    my $hook = Code::TidyAll::Git::Prereceive->new();
+    if (my $error = $hook->check_input($input)) {
         die $error;
     }
 

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