Add a failing testcase for string eval mangling if there's a hints hash.
[p5sagit/Devel-Declare.git] / Makefile.PL
index 219d66b..2a35240 100644 (file)
@@ -9,9 +9,11 @@ all_from 'lib/Devel/Declare.pm';
 
 requires 'Scalar::Util';
 requires 'B::Hooks::OP::Check' => '0.10';
-build_requires 'Test::More';
-build_requires 'Scope::Guard';
+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';