Version 0.003003.
Florian Ragwitz [Mon, 27 Oct 2008 20:30:40 +0000 (20:30 +0000)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index 33bc550..a2262cb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.
index e03d43c..759bed7 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.003002';
+our $VERSION = '0.003003';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;