Add dependency for B::Hooks::EndOfScope and Sub::Name.
Florian Ragwitz [Sat, 25 Oct 2008 17:44:18 +0000 (17:44 +0000)]
Makefile.PL

index ac5ef3f..2a35240 100644 (file)
@@ -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