Changes for Devel-Declare
+0.006000 - 09 Mar 2010
+ - Make things work on perl 5.11.2 and newer (Zefram).
+
0.005011 - 14 Aug 2009
- Add tests for not interpreting various things as barewords when they
aren't.
use warnings;
use 5.008001;
-our $VERSION = '0.005011';
+our $VERSION = '0.006000';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
use strict;
use warnings;
-our $VERSION = '0.003005';
+our $VERSION = '0.006000';
sub install_methodhandler {
my $class = shift;