[Bast-commits] r5108 - Devel-BeginLift/1.000/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Nov 12 05:58:13 GMT 2008


Author: rafl
Date: 2008-11-12 05:58:13 +0000 (Wed, 12 Nov 2008)
New Revision: 5108

Modified:
   Devel-BeginLift/1.000/trunk/Makefile.PL
Log:
Require Hooks::OP::Check::EntersubForCV 0.03 to make op generation work.

Modified: Devel-BeginLift/1.000/trunk/Makefile.PL
===================================================================
--- Devel-BeginLift/1.000/trunk/Makefile.PL	2008-11-12 05:25:34 UTC (rev 5107)
+++ Devel-BeginLift/1.000/trunk/Makefile.PL	2008-11-12 05:58:13 UTC (rev 5108)
@@ -5,7 +5,7 @@
 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';




More information about the Bast-commits mailing list