[Bast-commits] r4985 - in Devel-BeginLift/1.000/trunk: . lib/Devel

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Oct 25 12:22:56 BST 2008


Author: rafl
Date: 2008-10-25 12:22:56 +0100 (Sat, 25 Oct 2008)
New Revision: 4985

Modified:
   Devel-BeginLift/1.000/trunk/Changes
   Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm
Log:
Version 0.001001.

Modified: Devel-BeginLift/1.000/trunk/Changes
===================================================================
--- Devel-BeginLift/1.000/trunk/Changes	2008-10-25 11:22:39 UTC (rev 4984)
+++ Devel-BeginLift/1.000/trunk/Changes	2008-10-25 11:22:56 UTC (rev 4985)
@@ -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

Modified: Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm
===================================================================
--- Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm	2008-10-25 11:22:39 UTC (rev 4984)
+++ Devel-BeginLift/1.000/trunk/lib/Devel/BeginLift.pm	2008-10-25 11:22:56 UTC (rev 4985)
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008001;
 
-our $VERSION = 0.001000;
+our $VERSION = 0.001001;
 
 use vars qw(%lift);
 use base qw(DynaLoader);




More information about the Bast-commits mailing list