[Rt-commit] [rtir] 14/14: Put an explicit return value on the debug function

Kevin Falcone falcone at bestpractical.com
Wed Oct 8 18:11:58 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 ced00e3b81fac9f0e2c3dc7912f3ce6192726aa9
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Aug 29 18:35:06 2011 -0400

    Put an explicit return value on the debug function
---
 bin/add_constituency.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/add_constituency.in b/bin/add_constituency.in
index 55aac6d..bcfc256 100755
--- a/bin/add_constituency.in
+++ b/bin/add_constituency.in
@@ -71,6 +71,7 @@ sub debug {
     return if $opt{'quiet'};
     print @_;
     print "\n" if $_[-1] && $_[-1] !~ /\n$/s;
+    return 1;
 };
 
 use Getopt::Long;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list