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