[Rt-commit] [rtir] 01/14: Remove an unnecessary subroutine prototype
Kevin Falcone
falcone at bestpractical.com
Wed Oct 8 18:11:57 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.4/perlcritic
in repository rtir.
commit 744a6de93c1713c704c7518435079bbf1d63ae1a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jun 30 13:58:30 2011 -0400
Remove an unnecessary subroutine prototype
---
bin/add_constituency.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/add_constituency.in b/bin/add_constituency.in
index 740debd..5a93074 100755
--- a/bin/add_constituency.in
+++ b/bin/add_constituency.in
@@ -67,7 +67,7 @@ RT::Init;
my %opt;
-sub debug(@) {
+sub debug {
return if $opt{'quiet'};
print @_;
print "\n" if $_[-1] && $_[-1] !~ /\n$/s;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list