X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6c1cad085d6ce7f97745243308f45cd4a68fc821;hb=3ea5094485f2c5380190ec6c28255b3d677d7b2f;hp=219d66b880deebddef447ca77c2fa106b6d3b565;hpb=6e67754aaefe06c32a1e9d5573082c18d386d3ed;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index 219d66b..6c1cad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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' => '0.05'; +requires 'Sub::Name'; + build_requires 'B::Hooks::OP::Check' => '0.10'; + configure_requires 'ExtUtils::Depends'; configure_requires 'B::Hooks::OP::Check' => '0.10';