X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6c1cad085d6ce7f97745243308f45cd4a68fc821;hb=f2a41aa1d0e8ad5572944c590b90de2d70a39713;hp=ee03a1b0ed5096886bcc12f5571ccc24391b177c;hpb=b15aa86450555f59640ab18f5597d636a4da2d35;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index ee03a1b..6c1cad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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