Depend on B::Hooks::EndOfScope 0.05.
Florian Ragwitz [Sun, 4 Jan 2009 20:38:57 +0000 (20:38 +0000)]
This makes semicolon injection work even if a string eval is compiled inside of
the same block.

Makefile.PL

index 2a35240..6c1cad0 100644 (file)
@@ -9,7 +9,7 @@ all_from 'lib/Devel/Declare.pm';
 
 requires 'Scalar::Util';
 requires 'B::Hooks::OP::Check' => '0.10';
-requires 'B::Hooks::EndOfScope';
+requires 'B::Hooks::EndOfScope' => '0.05';
 requires 'Sub::Name';
 
 build_requires 'B::Hooks::OP::Check' => '0.10';