Version 0.001002. 0.001002
Florian Ragwitz [Wed, 12 Nov 2008 05:58:24 +0000 (05:58 +0000)]
Changes
lib/Devel/BeginLift.pm

diff --git a/Changes b/Changes
index e6dca09..1625733 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.
index 6a40b9c..90f6a4a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = 0.001001;
+our $VERSION = 0.001002;
 
 use vars qw(%lift);
 use base qw(DynaLoader);