From: Florian Ragwitz Date: Fri, 5 Jun 2009 14:01:15 +0000 (+0200) Subject: Version 0.005005. X-Git-Tag: 0.005005^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33038bb06d84f2d8fd59560e5e40a9caaf3f378c;p=p5sagit%2FDevel-Declare.git Version 0.005005. --- diff --git a/Changes b/Changes index ec5fabf..370e554 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Changes for Devel-Declare +0.005005 + - Improve compatibility with MAD-enabled perls + (Reini Urban, Closes RT#45779). + 0.005004 - Don't redefine MEM_WRAP_CHECK_ if it's already defined, getting rid of compilation errors on some perls (Maik Fischer). diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 390b0cf..dd16bbd 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.005004'; +our $VERSION = '0.005005'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;