[Bast-commits] r5897 - in Devel-Declare/1.000/trunk: . lib/Devel

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Apr 18 08:42:17 GMT 2009


Author: rafl
Date: 2009-04-18 09:42:17 +0100 (Sat, 18 Apr 2009)
New Revision: 5897

Modified:
   Devel-Declare/1.000/trunk/Changes
   Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
Log:
Version 0.005000.

Modified: Devel-Declare/1.000/trunk/Changes
===================================================================
--- Devel-Declare/1.000/trunk/Changes	2009-04-18 08:42:13 UTC (rev 5896)
+++ Devel-Declare/1.000/trunk/Changes	2009-04-18 08:42:17 UTC (rev 5897)
@@ -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

Modified: Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
===================================================================
--- Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2009-04-18 08:42:13 UTC (rev 5896)
+++ Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2009-04-18 08:42:17 UTC (rev 5897)
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.004000';
+our $VERSION = '0.005000';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;




More information about the Bast-commits mailing list