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.
use warnings;
use 5.008001;
-our $VERSION = '0.003002';
+our $VERSION = '0.003003';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;