[libdist-zilla-plugin-test-podspelling-perl] 05/86: list Test::Spelling as a [Prereq] in dist.ini, so we don't use() it anymore

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:01:59 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 1318731257276b2d7fb7dfbe90bebe040f6a9ba8
Author: Marcel Gruenauer <hanekomu at gmail.com>
Date:   Fri Mar 12 22:50:57 2010 +0100

    list Test::Spelling as a [Prereq] in dist.ini, so we don't use() it anymore
---
 Changes                                   | 2 ++
 dist.ini                                  | 3 +++
 lib/Dist/Zilla/Plugin/PodSpellingTests.pm | 1 -
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 0d1e60e..8bc1616 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension {{$dist->name}}
 
 {{$NEXT}}
+    - removed weaver.ini since that's handled in Dist::Zilla's [@MARCEL] now
+    - list Test::Spelling in dist.ini so we don't use() it anymore
 
 1.100690  2010-03-10 23:23:23 Europe/Vienna
     - original version
diff --git a/dist.ini b/dist.ini
index b235243..c05178c 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,3 +4,6 @@ license = Perl_5
 copyright_holder = Marcel Gruenauer
 
 [@MARCEL]
+
+[Prereq]
+Test::Spelling = 0
diff --git a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
index 445b818..810fa4b 100644
--- a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
+++ b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
@@ -6,7 +6,6 @@ package Dist::Zilla::Plugin::PodSpellingTests;
 # ABSTRACT: release tests for POD spelling
 use Moose;
 use Pod::Wordlist::hanekomu;
-use Test::Spelling;
 extends 'Dist::Zilla::Plugin::InlineFiles';
 
 __PACKAGE__->meta->make_immutable;

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