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).
use warnings;
use 5.008001;
-our $VERSION = '0.006005';
+our $VERSION = '0.006006';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
use strict;
use warnings;
-our $VERSION = '0.006005';
+our $VERSION = '0.006006';
sub install_methodhandler {
my $class = shift;