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 b26b4e287bd72b5a1f8e093390c620e112dd7dfb Author: Marcel Gruenauer <[email protected]> Date: Wed Jun 1 14:35:55 2011 +0200 Require Test::Spelling 0.12 in the injected test --- Changes | 2 ++ README | 2 +- lib/Dist/Zilla/Plugin/PodSpellingTests.pm | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 9f764e9..e123b1d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension {{$dist->name}} {{$NEXT}} + - Require Test::Spelling 0.12 in the injected test (thanks doherty for the + suggestion) 1.111480 2011-05-28 23:20:32 Europe/Vienna - automatically add author names from dist.ini to stopwords (thanks diff --git a/README b/README index 920025c..c7a76fd 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Dist::Zilla::Plugin::PodSpellingTests - Release tests for POD spelling VERSION - version 1.111480 + version 1.111520 SYNOPSIS In "dist.ini": diff --git a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm index eefa317..7133096 100644 --- a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm +++ b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm @@ -152,8 +152,8 @@ eval "use {{ $wordlist }}"; plan skip_all => "{{ $wordlist }} required for testing POD spelling" if $@; -eval "use Test::Spelling"; -plan skip_all => "Test::Spelling required for testing POD spelling" +eval "use Test::Spelling 0.12"; +plan skip_all => "Test::Spelling 0.12 required for testing POD spelling" if $@; {{ $set_spell_cmd }} -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
