From: Florian Ragwitz Date: Sun, 4 Jan 2009 20:38:57 +0000 (+0000) Subject: Depend on B::Hooks::EndOfScope 0.05. X-Git-Tag: 0.005000~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e8f9e55841e155476dcb17732ccdeb0ff14376ca;p=p5sagit%2FDevel-Declare.git Depend on B::Hooks::EndOfScope 0.05. This makes semicolon injection work even if a string eval is compiled inside of the same block. --- diff --git a/Makefile.PL b/Makefile.PL index 2a35240..6c1cad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';