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

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

commit 1026a366045c5d761c0fd7084ec939d98c751b03
Author: Graham Knop <ha...@haarg.org>
Date:   Mon Jun 16 20:03:15 2014 -0400

    register Test::Spelling as a develop prereq
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm 
b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 9647472..df28494 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -13,6 +13,7 @@ with (
        'Dist::Zilla::Role::FileFinderUser' => {
                default_finders => [ ':InstallModules' ],
        },
+       'Dist::Zilla::Role::PrereqSource',
 );
 
 sub mvp_multivalue_args { return ( qw( stopwords directories ) ) }
@@ -150,6 +151,18 @@ sub munge_file {
        return;
 }
 
+sub register_prereqs {
+       my $self = shift;
+       $self->zilla->register_prereqs(
+               {
+                       type  => 'requires',
+                       phase => 'develop',
+               },
+               'Test::Spelling' => '0.12',
+       );
+       return;
+}
+
 __PACKAGE__->meta->make_immutable;
 no Moose;
 1;

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to