From: Florian Ragwitz Date: Sat, 25 Oct 2008 10:34:03 +0000 (+0000) Subject: Require EntersubForCV 0.02. X-Git-Tag: 0.001001~1^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d3d48c331ab66a3f0360b8ac9e1e97d648ca80f;p=p5sagit%2FDevel-BeginLift.git Require EntersubForCV 0.02. --- diff --git a/Makefile.PL b/Makefile.PL index ed0c368..de6abd4 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.02'; + build_requires 'Test::More'; build_requires 'B::Hooks::OP::Check::EntersubForCV';