X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=45f759bb47575120a95a3787ced2d2bb979f4f7f;hb=HEAD;hp=ed0c3681bd349adac58220e762e3fcc8721458fa;hpb=5e5bdebbcf6d4b0d9b155dd7a71e3293da12db51;p=p5sagit%2FDevel-BeginLift.git diff --git a/Makefile.PL b/Makefile.PL index ed0c368..45f759b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,8 @@ use ExtUtils::Depends; name 'Devel-BeginLift'; all_from 'lib/Devel/BeginLift.pm'; +requires 'B::Hooks::OP::Check::EntersubForCV' => '0.03'; + build_requires 'Test::More'; build_requires 'B::Hooks::OP::Check::EntersubForCV';