Version 0.006005 0.006005
Florian Ragwitz [Wed, 6 Jul 2011 13:31:09 +0000 (15:31 +0200)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index 089b9ed..d48e55b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 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).
index 9fb9d19..12280ab 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006004';
+our $VERSION = '0.006005';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index cfe506e..0bf0e9f 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006004';
+our $VERSION = '0.006005';
 
 sub install_methodhandler {
   my $class = shift;