From: Florian Ragwitz <rafl@debian.org>
Date: Sat, 25 Oct 2008 17:44:18 +0000 (+0000)
Subject: Add dependency for B::Hooks::EndOfScope and Sub::Name.
X-Git-Tag: 0.005000~43
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c20d749661f313772b7a3fd6b2723831327eeaad;p=p5sagit%2FDevel-Declare.git

Add dependency for B::Hooks::EndOfScope and Sub::Name.
---

diff --git a/Makefile.PL b/Makefile.PL
index ac5ef3f..2a35240 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,11 +9,13 @@ all_from 'lib/Devel/Declare.pm';
 
 requires 'Scalar::Util';
 requires 'B::Hooks::OP::Check' => '0.10';
+requires 'B::Hooks::EndOfScope';
+requires 'Sub::Name';
+
 build_requires 'B::Hooks::OP::Check' => '0.10';
+
 configure_requires 'ExtUtils::Depends';
 configure_requires 'B::Hooks::OP::Check' => '0.10';
-test_requires 'Test::More';
-test_requires 'B::Hooks::EndOfScope';
 
 postamble(<<'EOM');
 $(OBJECT) : stolen_chunk_of_toke.c