[libdist-zilla-plugin-test-podspelling-perl] 05/07: do not require another dzil plugin for testing

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:04:36 UTC 2015


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

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

commit 5f70033b23702636e53f993f45282f7a50f609a9
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Wed May 1 18:35:31 2013 -0500

    do not require another dzil plugin for testing
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 dist.ini         | 2 --
 t/contributors.t | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dist.ini b/dist.ini
index c81ea1a..33fed53 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,8 +10,6 @@ copyright_holder = Caleb Cushing
 [Prereqs]
 Pod::Wordlist::hanekomu = 0
 Test::Spelling          = 0.12
-[Prereqs / TestRequires]
-Dist::Zilla::Plugin::Meta::Contributors = 0
 
 [ReadmeFromPod]
 [@Filter]
diff --git a/t/contributors.t b/t/contributors.t
index c6c3a32..e4fb2f1 100644
--- a/t/contributors.t
+++ b/t/contributors.t
@@ -2,6 +2,7 @@
 use strict;
 use warnings;
 use Test::More 0.88;
+use Test::Requires 'Dist::Zilla::Plugin::Meta::Contributors';
 use Test::DZil;
 
 # test the file content generated gets contributor

-- 
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