From: Florian Ragwitz Date: Wed, 3 Jun 2009 10:41:44 +0000 (+0200) Subject: Version 0.005004. X-Git-Tag: 0.005004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f1dacbc5234916e5bbb9b2676b87ca9e2cd58f9;p=p5sagit%2FDevel-Declare.git Version 0.005004. --- diff --git a/Changes b/Changes index 5169e18..ec5fabf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Changes for Devel-Declare +0.005004 + - Don't redefine MEM_WRAP_CHECK_ if it's already defined, getting rid of + compilation errors on some perls (Maik Fischer). + 0.005003 - Failing tests for line number issues (Ash Berlin). - Add strip_names_and_args (Cory Watson). diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index fc11861..390b0cf 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.005003'; +our $VERSION = '0.005004'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;