From: Florian Ragwitz Date: Sat, 25 Oct 2008 17:44:34 +0000 (+0000) Subject: Version 0.003002. X-Git-Tag: 0.005000~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45333fccf054f6338986de868771b3079b6c4817;p=p5sagit%2FDevel-Declare.git Version 0.003002. --- diff --git a/Changes b/Changes index beaaa99..33bc550 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Changes for Devel-Declare +0.003002 + - Depend on Sub::Name and B::Hooks::EndOfScope. MethodInstaller::Simple and + Context::Simple use them. + 0.003001 - Don't use :lvalue in Context::Simple and MethodInstaller::Simple to keep the debugger happy. diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index c0b3aab..e03d43c 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.003001'; +our $VERSION = '0.003002'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;