Version 0.006000. 0.006000
Florian Ragwitz [Tue, 9 Mar 2010 01:52:33 +0000 (02:52 +0100)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index 4414de5..baa2e50 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 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.
index 4e6ec02..1fa288b 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.005011';
+our $VERSION = '0.006000';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index a5f0c37..911fa53 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.003005';
+our $VERSION = '0.006000';
 
 sub install_methodhandler {
   my $class = shift;