[libdist-zilla-plugin-test-podspelling-perl] 36/86: make the return explicit
Axel Beckert
abe at deuxchevaux.org
Mon May 25 10:02:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to annotated tag 2.001001
in repository libdist-zilla-plugin-test-podspelling-perl.
commit b4968ebce9a9c991edf1df4dc85f9aaf4bbc5fab
Author: Caleb Cushing <xenoterracide at gmail.com>
Date: Tue Aug 2 05:02:10 2011 -0500
make the return explicit
Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 6a5e7b1..780c93c 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -7,7 +7,9 @@ use warnings;
use Moose;
extends 'Dist::Zilla::Plugin::InlineFiles';
with 'Dist::Zilla::Role::TextTemplate';
-sub mvp_multivalue_args { qw( stopwords ) }
+
+sub mvp_multivalue_args { return qw( stopwords ) }
+
has wordlist => (
is => 'ro',
isa => 'Str',
--
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