Changes for Devel-Declare
+0.006005 - 06 Jul 2011
+ - Add a flag for controlling 'redefined' warnings when installing subs into
+ namespaces (clkao).
+
0.006004 - 02 May 2011
- Bail out earlier when being called while not lexing (Zefram).
- Make sure we continue working with Devel::CallParser loaded (Zefram).
use warnings;
use 5.008001;
-our $VERSION = '0.006004';
+our $VERSION = '0.006005';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
use strict;
use warnings;
-our $VERSION = '0.006004';
+our $VERSION = '0.006005';
sub install_methodhandler {
my $class = shift;