Version 0.006007 0.006007
Zefram [Mon, 12 Sep 2011 18:53:50 +0000 (19:53 +0100)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/Context/Simple.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index 2e79acc..b5270bc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Changes for Devel-Declare
 
+0.006007 - 12 Sep 2011
   - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
     how it interacts with other modules that hook ops.
   - Initialize immediately upon loading the module, so that "was Devel::Declare
index 6b64ccc..b9a8f19 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006006';
+our $VERSION = '0.006007';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index 800758a..27abebd 100644 (file)
@@ -6,7 +6,7 @@ use Devel::Declare ();
 use B::Hooks::EndOfScope;
 use Carp qw/confess/;
 
-our $VERSION = '0.006006';
+our $VERSION = '0.006007';
 
 sub new {
   my $class = shift;
index ab2d44d..ee94239 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006006';
+our $VERSION = '0.006007';
 
 sub install_methodhandler {
   my $class = shift;