[Bast-commits] r6141 - in Devel-Declare/1.000/trunk: . lib/Devel
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Wed May 6 00:33:15 GMT 2009
Author: rafl
Date: 2009-05-06 00:33:14 +0000 (Wed, 06 May 2009)
New Revision: 6141
Modified:
Devel-Declare/1.000/trunk/Changes
Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
Log:
Version 0.005001.
Modified: Devel-Declare/1.000/trunk/Changes
===================================================================
--- Devel-Declare/1.000/trunk/Changes 2009-05-06 00:23:24 UTC (rev 6140)
+++ Devel-Declare/1.000/trunk/Changes 2009-05-06 00:33:14 UTC (rev 6141)
@@ -1,5 +1,11 @@
Changes for Devel-Declare
+0.005001
+ - Implement skip_declarator in terms of scan_word in Context::Simple.
+ This avoids relying on PL_tokenbuf to skip past the declarator, as
+ PL_tokenbuf might be overwritten by compiling other code between calling
+ the linestr callback and skip_declarator.
+
0.005000
- Port the documentation from %^H and Scope::Guard to B::Hooks::EndOfScope.
- Fix extracting multi-line strings using scan_str.
Modified: Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
===================================================================
--- Devel-Declare/1.000/trunk/lib/Devel/Declare.pm 2009-05-06 00:23:24 UTC (rev 6140)
+++ Devel-Declare/1.000/trunk/lib/Devel/Declare.pm 2009-05-06 00:33:14 UTC (rev 6141)
@@ -4,7 +4,7 @@
use warnings;
use 5.008001;
-our $VERSION = '0.005000';
+our $VERSION = '0.005001';
use constant DECLARE_NAME => 1;
use constant DECLARE_PROTO => 2;
More information about the Bast-commits
mailing list