[libdist-zilla-plugin-test-eol-perl] 03/05: remove hack

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:19:58 UTC 2015


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

intrigeri pushed a commit to annotated tag 0.08
in repository libdist-zilla-plugin-test-eol-perl.

commit 1533521aedc00960cf4d4bfea38a098945ff21e2
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sat Sep 7 02:31:19 2013 -0500

    remove hack
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/EOL.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm
index 75270e1..9571f8d 100644
--- a/lib/Dist/Zilla/Plugin/Test/EOL.pm
+++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm
@@ -70,7 +70,6 @@ use warnings;
 use Test::More;
 
 # generated by {{ $name }} {{ $version }}
-eval "use Test::EOL; 1;" or die $@;
-# ^^ hack to get around prereqscanner detection, remove someday
+use Test::EOL;
 
 all_perl_files_ok({ trailing_whitespace => {{ $trailing_ws }} });

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



More information about the Pkg-perl-cvs-commits mailing list