[Bast-commits] r5110 - in Devel-BeginLift/1.000/trunk: . lib/Devel
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Wed Nov 12 05:58:24 GMT 2008
Author: rafl
Date: 2008-11-12 05:58:24 +0000 (Wed, 12 Nov 2008)
New Revision: 5110
Modified:
Devel-BeginLift/1.000/trunk/Changes
Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm
Log:
Version 0.001002.
Modified: Devel-BeginLift/1.000/trunk/Changes
===================================================================
--- Devel-BeginLift/1.000/trunk/Changes 2008-11-12 05:58:19 UTC (rev 5109)
+++ Devel-BeginLift/1.000/trunk/Changes 2008-11-12 05:58:24 UTC (rev 5110)
@@ -1,5 +1,10 @@
Changes for Devel-BeginLift
+0.001002
+ - Depend on B::Hooks::OP::Check::EntersubForCV 0.03 to make op injection work
+ reliably.
+ - Make the B::Utils dependency in t/generate.t optional.
+
0.001001
- Port to B::Hooks::OP::Check::EntersubForCV
- Allow individual CVs to be lifted.
Modified: Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm
===================================================================
--- Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm 2008-11-12 05:58:19 UTC (rev 5109)
+++ Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm 2008-11-12 05:58:24 UTC (rev 5110)
@@ -4,7 +4,7 @@
use warnings;
use 5.008001;
-our $VERSION = 0.001001;
+our $VERSION = 0.001002;
use vars qw(%lift);
use base qw(DynaLoader);
More information about the Bast-commits
mailing list