From: Florian Ragwitz Date: Sat, 18 Apr 2009 08:42:17 +0000 (+0000) Subject: Version 0.005000. X-Git-Tag: 0.005000^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b1cb7aa4800466d817c07c9307f913f082aea0a;p=p5sagit%2FDevel-Declare.git Version 0.005000. --- diff --git a/Changes b/Changes index 93d414c..a3ca9f3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Changes for Devel-Declare +0.005000 + - Port the documentation from %^H and Scope::Guard to B::Hooks::EndOfScope. + - Fix extracting multi-line strings using scan_str. + - Remove the nasty workaround for the above from Context::Simple. + 0.004000 - Much improved documentation (osfameron). - Make sure the linestr callback isn't invoked when a declarator is used as diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 00422de..3aed6dc 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.004000'; +our $VERSION = '0.005000'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;