X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2a35240bf998d6d1880b3782170827830ce343c8;hb=f42e9bcb30295ed63ffd9154a6cf442f8f2e49a9;hp=ac5ef3f8f1585f5c73d2610e53e4ffcee150742b;hpb=2d50b551dcaf75f6af55c5ed46701e5042d9e8bc;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index ac5ef3f..2a35240 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,11 +9,13 @@ all_from 'lib/Devel/Declare.pm'; requires 'Scalar::Util'; requires 'B::Hooks::OP::Check' => '0.10'; +requires 'B::Hooks::EndOfScope'; +requires 'Sub::Name'; + build_requires 'B::Hooks::OP::Check' => '0.10'; + configure_requires 'ExtUtils::Depends'; configure_requires 'B::Hooks::OP::Check' => '0.10'; -test_requires 'Test::More'; -test_requires 'B::Hooks::EndOfScope'; postamble(<<'EOM'); $(OBJECT) : stolen_chunk_of_toke.c