Test for not invoking the linestr callback for barewords quoted using the fat comma.
[p5sagit/Devel-Declare.git] / Makefile.PL
index ee03a1b..6c1cad0 100644 (file)
@@ -8,11 +8,14 @@ name 'Devel-Declare';
 all_from 'lib/Devel/Declare.pm';
 
 requires 'Scalar::Util';
-requires 'B::Hooks::OP::Check';
-build_requires 'Test::More';
-build_requires 'Scope::Guard';
+requires 'B::Hooks::OP::Check' => '0.10';
+requires 'B::Hooks::EndOfScope' => '0.05';
+requires 'Sub::Name';
+
+build_requires 'B::Hooks::OP::Check' => '0.10';
+
 configure_requires 'ExtUtils::Depends';
-configure_requires 'B::Hooks::OP::Check';
+configure_requires 'B::Hooks::OP::Check' => '0.10';
 
 postamble(<<'EOM');
 $(OBJECT) : stolen_chunk_of_toke.c