Version 0.005000. 0.005000
Florian Ragwitz [Sat, 18 Apr 2009 08:42:17 +0000 (08:42 +0000)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index 93d414c..a3ca9f3 100644 (file)
--- 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
index 00422de..3aed6dc 100644 (file)
@@ -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;