From: Florian Ragwitz Date: Tue, 28 Jul 2009 06:30:19 +0000 (+0200) Subject: Version 0.005008. X-Git-Tag: 0.005008^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf30f20dfa72825fc81b8ee328b599ecea8288b0;p=p5sagit%2FDevel-Declare.git Version 0.005008. --- diff --git a/Changes b/Changes index f1797e5..77d7369 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Changes for Devel-Declare + - Depend on the latest ExtUtils::Depends for win32+gcc support. - Conditionally expand linestrings under perl debugger. 0.005007 - 13 Jul 2009 diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 58aeec7..a35fd51 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.005007'; +our $VERSION = '0.005008'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;