X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6c1cad085d6ce7f97745243308f45cd4a68fc821;hb=3ea5094485f2c5380190ec6c28255b3d677d7b2f;hp=2a35240bf998d6d1880b3782170827830ce343c8;hpb=c20d749661f313772b7a3fd6b2723831327eeaad;p=p5sagit%2FDevel-Declare.git 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';