Version 0.005009. 0.005009
Florian Ragwitz [Mon, 10 Aug 2009 04:35:59 +0000 (06:35 +0200)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index 8c7cc33..faa9dea 100644 (file)
--- 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.
index a35fd51..8557b21 100644 (file)
@@ -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;