[libdist-zilla-plugin-test-podspelling-perl] 07/13: add explicit return

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:03:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 2.004000
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 59da9a45fccc65979658397e6b47328a2285fba3
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Thu Feb 14 19:14:07 2013 -0600

    add explicit return
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 4245c52..b01b376 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -63,6 +63,7 @@ sub add_stopword {
 	$self->log_debug( 'add stopword: ' . $word );
 
 	$self->push_stopwords( $word );
+	return;
 }
 
 around add_file => sub {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git



More information about the Pkg-perl-cvs-commits mailing list