From: Zefram Date: Mon, 12 Sep 2011 18:53:50 +0000 (+0100) Subject: Version 0.006007 X-Git-Tag: 0.006007^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=daa561804b1706c659d2fdadb6db8f1125d1136e Version 0.006007 --- diff --git a/Changes b/Changes index 2e79acc..b5270bc 100644 --- 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 diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 6b64ccc..b9a8f19 100644 --- a/lib/Devel/Declare.pm +++ b/lib/Devel/Declare.pm @@ -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; diff --git a/lib/Devel/Declare/Context/Simple.pm b/lib/Devel/Declare/Context/Simple.pm index 800758a..27abebd 100644 --- a/lib/Devel/Declare/Context/Simple.pm +++ b/lib/Devel/Declare/Context/Simple.pm @@ -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; diff --git a/lib/Devel/Declare/MethodInstaller/Simple.pm b/lib/Devel/Declare/MethodInstaller/Simple.pm index ab2d44d..ee94239 100644 --- a/lib/Devel/Declare/MethodInstaller/Simple.pm +++ b/lib/Devel/Declare/MethodInstaller/Simple.pm @@ -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;