From: Florian Ragwitz Date: Wed, 12 Nov 2008 05:58:24 +0000 (+0000) Subject: Version 0.001002. X-Git-Tag: 0.001002^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=39b60ace80f5ed9fbb8ec9df6e10bd3fcdb2800b;p=p5sagit%2FDevel-BeginLift.git Version 0.001002. --- diff --git a/Changes b/Changes index e6dca09..1625733 100644 --- 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. diff --git a/lib/Devel/BeginLift.pm b/lib/Devel/BeginLift.pm index 6a40b9c..90f6a4a 100644 --- a/lib/Devel/BeginLift.pm +++ b/lib/Devel/BeginLift.pm @@ -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);