Version 0.006004 0.006004
Florian Ragwitz [Mon, 2 May 2011 09:25:27 +0000 (11:25 +0200)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index 1a46f82..089b9ed 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Changes for Devel-Declare
 
+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).
+
 0.006003 - 12 Apr 2011
   - Fix test-failures on old perl versions (Zefram).
 
index c661203..9fb9d19 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006003';
+our $VERSION = '0.006004';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index fcad0ed..6038310 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006003';
+our $VERSION = '0.006004';
 
 sub install_methodhandler {
   my $class = shift;