Version 0.006006 0.006006
Florian Ragwitz [Tue, 23 Aug 2011 14:22:48 +0000 (16:22 +0200)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index d48e55b..f777e4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Changes for Devel-Declare
 
+0.006006 - 23 Aug 2011
+  - Increase default linestr size to avoid reallocations (Zefram).
+
 0.006005 - 06 Jul 2011
   - Add a flag for controlling 'redefined' warnings when installing subs into
     namespaces (clkao).
index 12280ab..256e0f9 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006005';
+our $VERSION = '0.006006';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index 0bf0e9f..ab2d44d 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006005';
+our $VERSION = '0.006006';
 
 sub install_methodhandler {
   my $class = shift;