From: Florian Ragwitz Date: Wed, 12 Nov 2008 05:58:13 +0000 (+0000) Subject: Require Hooks::OP::Check::EntersubForCV 0.03 to make op generation work. X-Git-Tag: 0.001002~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-BeginLift.git;a=commitdiff_plain;h=949d4d5b90c09b9a24f55010fb67226eab128fd0 Require Hooks::OP::Check::EntersubForCV 0.03 to make op generation work. --- diff --git a/Makefile.PL b/Makefile.PL index de6abd4..45f759b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::Depends; name 'Devel-BeginLift'; all_from 'lib/Devel/BeginLift.pm'; -requires 'B::Hooks::OP::Check::EntersubForCV' => '0.02'; +requires 'B::Hooks::OP::Check::EntersubForCV' => '0.03'; build_requires 'Test::More'; build_requires 'B::Hooks::OP::Check::EntersubForCV';