From: Florian Ragwitz Date: Sat, 25 Oct 2008 11:22:56 +0000 (+0000) Subject: Version 0.001001. X-Git-Tag: 0.001001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-BeginLift.git;a=commitdiff_plain;h=93f152e6ec353e30ccd962b49f38d5801bb3fc73 Version 0.001001. --- diff --git a/Changes b/Changes index c671e68..e6dca09 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Changes for Devel-BeginLift +0.001001 + - Port to B::Hooks::OP::Check::EntersubForCV + - Allow individual CVs to be lifted. + 0.001000 - Initial release to CPAN diff --git a/lib/Devel/BeginLift.pm b/lib/Devel/BeginLift.pm index 1eee879..6a40b9c 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.001000; +our $VERSION = 0.001001; use vars qw(%lift); use base qw(DynaLoader);