From: Florian Ragwitz Date: Mon, 10 Aug 2009 04:35:59 +0000 (+0200) Subject: Version 0.005009. X-Git-Tag: 0.005009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb4e2a38b19e9f6cc64e1b8ade89c8c6890a93dc;p=p5sagit%2FDevel-Declare.git Version 0.005009. --- diff --git a/Changes b/Changes index 8c7cc33..faa9dea 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Changes for Devel-Declare +0.005009 - 10 Aug 2009 + - Stop mixing declarations with code. (Closes: RT#48548) (Cosimo Streppone) + - Move strip_attrs, which is a purely parsing method, from + MethodInstaller::Simple to Context::Simple (nperez). + 0.005008 - 27 Jul 2009 - Depend on the latest ExtUtils::Depends for win32+gcc support. - Conditionally expand linestrings under perl debugger. diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index a35fd51..8557b21 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.005008'; +our $VERSION = '0.005009'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;