[libcode-tidyall-perl] 347/374: /usr/bin/env perl in pre-commit hook.
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:49 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 f6d6928ebb191f382ba0d70a2a852e9c42b9b369
Author: Olaf Alders <olaf at wundersolutions.com>
Date: Wed Jan 23 15:01:30 2013 -0500
/usr/bin/env perl in pre-commit hook.
---
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 597565c..6deff10 100644
--- a/lib/Code/TidyAll/Git/Precommit.pm
+++ b/lib/Code/TidyAll/Git/Precommit.pm
@@ -81,7 +81,7 @@ tidyall'd
In .git/hooks/pre-commit:
- #!/usr/bin/perl
+ #!/usr/bin/env perl
use strict;
use warnings;
--
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