[libdist-zilla-plugin-test-podspelling-perl] 06/11: hack should no longer be needed

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


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

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

commit 395cb51fbf13392ca6017244924b09b072043187
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sat Sep 7 03:11:15 2013 -0500

    hack should no longer be needed
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 76649a3..cdb6623 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -201,7 +201,8 @@ use warnings;
 use Test::More;
 
 # generated by {{ $name }} {{ $version }}
-eval "use Test::Spelling 0.12; use {{ $wordlist }}; 1" or die $@;
+use Test::Spelling 0.12;
+use {{ $wordlist }};
 
 {{ $set_spell_cmd }}
 {{ $add_stopwords }}

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