Version 0.006010 0.006010
Zefram [Tue, 7 Feb 2012 16:19:39 +0000 (16:19 +0000)]
Changes
lib/Devel/Declare.pm
lib/Devel/Declare/Context/Simple.pm
lib/Devel/Declare/MethodInstaller/Simple.pm

diff --git a/Changes b/Changes
index eb94e8c..1e498fd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Changes for Devel-Declare
 
+0.006010 - 07 Feb 2012
   - Fix workaround for unexported core symbols to avoid breaking
     compilation on non-threading builds of Perl 5.8.
   - Set permissions on .perldb file created during test, to avoid
index b1fceec..38ce001 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.006009';
+our $VERSION = '0.006010';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;
index 1f7247e..1b3398a 100644 (file)
@@ -6,7 +6,7 @@ use Devel::Declare ();
 use B::Hooks::EndOfScope;
 use Carp qw/confess/;
 
-our $VERSION = '0.006009';
+our $VERSION = '0.006010';
 
 sub new {
   my $class = shift;
index da6e2c0..080ca1d 100644 (file)
@@ -7,7 +7,7 @@ use Sub::Name;
 use strict;
 use warnings;
 
-our $VERSION = '0.006009';
+our $VERSION = '0.006010';
 
 sub install_methodhandler {
   my $class = shift;