From: Florian Ragwitz Date: Mon, 27 Oct 2008 20:30:40 +0000 (+0000) Subject: Version 0.003003. X-Git-Tag: 0.005000~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=7715fb8f771b224a9469b86024c15baaa88deaab Version 0.003003. --- diff --git a/Changes b/Changes index 33bc550..a2262cb 100644 --- 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. diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index e03d43c..759bed7 100644 --- a/lib/Devel/Declare.pm +++ b/lib/Devel/Declare.pm @@ -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;