Version 0.006002 0.006002
Florian Ragwitz [Fri, 8 Apr 2011 03:25:28 +0000 (05:25 +0200)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index 277bf1a..bae6251 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Changes for Devel-Declare
 
+0.006002 - 08 Apr 2011
+  - Re-add Support for very early growing of PL_linestr using filters (Zefram).
+
 0.006001 - 26 Feb 2011
   - Support perl >= 5.13.7 by re-allocating PL_linestr in block hooks (Zefram).
 
index 8f16a89..104c58a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006001';
+our $VERSION = '0.006002';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index 714229b..7023ae4 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006001';
+our $VERSION = '0.006002';
 
 sub install_methodhandler {
   my $class = shift;