From: Florian Ragwitz Date: Sun, 7 Jun 2009 11:01:50 +0000 (+0200) Subject: Version 0.005006. X-Git-Tag: 0.005006^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9183b0403d3a4474807820ef9e62110298da31ba;hp=6d6f4cad27fa7e1f88d781d842e09e21d4c0cff4;p=p5sagit%2FDevel-Declare.git Version 0.005006. --- diff --git a/Changes b/Changes index 370e554..e8dc6c8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Changes for Devel-Declare +0.005006 + - Fix compilation on 5.8 perls. + 0.005005 - Improve compatibility with MAD-enabled perls (Reini Urban, Closes RT#45779). diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index dd16bbd..c2c133a 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.005005'; +our $VERSION = '0.005006'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;