[Bast-commits] r5005 - in Devel-Declare/1.000/trunk: . lib/Devel

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Oct 27 20:30:40 GMT 2008


Author: rafl
Date: 2008-10-27 20:30:40 +0000 (Mon, 27 Oct 2008)
New Revision: 5005

Modified:
   Devel-Declare/1.000/trunk/Changes
   Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
Log:
Version 0.003003.

Modified: Devel-Declare/1.000/trunk/Changes
===================================================================
--- Devel-Declare/1.000/trunk/Changes	2008-10-27 20:27:13 UTC (rev 5004)
+++ Devel-Declare/1.000/trunk/Changes	2008-10-27 20:30:40 UTC (rev 5005)
@@ -1,5 +1,10 @@
 Changes for Devel-Declare
 
+0.003003
+  - Devel::Declare::MethodInstaller::Simple now has code_for() which the
+    subclass can override to monkey with the magic shadowed subroutine.
+    This is handy if you want to employ Devel::BeginLift.
+
 0.003002
   - Depend on Sub::Name and B::Hooks::EndOfScope. MethodInstaller::Simple and
     Context::Simple use them.

Modified: Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
===================================================================
--- Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2008-10-27 20:27:13 UTC (rev 5004)
+++ Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2008-10-27 20:30:40 UTC (rev 5005)
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.003002';
+our $VERSION = '0.003003';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;




More information about the Bast-commits mailing list