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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Nov 10 01:27:55 GMT 2008


Author: rafl
Date: 2008-11-10 01:27:55 +0000 (Mon, 10 Nov 2008)
New Revision: 5087

Modified:
   Devel-Declare/1.000/trunk/Changes
   Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
   Devel-Declare/1.000/trunk/lib/Devel/Declare/MethodInstaller/Simple.pm
Log:
Version 0.003004.

Modified: Devel-Declare/1.000/trunk/Changes
===================================================================
--- Devel-Declare/1.000/trunk/Changes	2008-11-09 20:19:39 UTC (rev 5086)
+++ Devel-Declare/1.000/trunk/Changes	2008-11-10 01:27:55 UTC (rev 5087)
@@ -1,5 +1,10 @@
 Changes for Devel-Declare
 
+0.003004
+  - Make magic work within string evals on 5.10 if the hints hash is used.
+  - Bind S_scan_ident to perl. It allows scanning for simple identifiers.
+  - Add strip_ident to Context::Simple.
+
 0.003003
   - Devel::Declare::MethodInstaller::Simple now has code_for() which the
     subclass can override to monkey with the magic shadowed subroutine.

Modified: Devel-Declare/1.000/trunk/lib/Devel/Declare/MethodInstaller/Simple.pm
===================================================================
--- Devel-Declare/1.000/trunk/lib/Devel/Declare/MethodInstaller/Simple.pm	2008-11-09 20:19:39 UTC (rev 5086)
+++ Devel-Declare/1.000/trunk/lib/Devel/Declare/MethodInstaller/Simple.pm	2008-11-10 01:27:55 UTC (rev 5087)
@@ -7,7 +7,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.003003';
+our $VERSION = '0.003004';
 
 sub install_methodhandler {
   my $class = shift;

Modified: Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
===================================================================
--- Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2008-11-09 20:19:39 UTC (rev 5086)
+++ Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2008-11-10 01:27:55 UTC (rev 5087)
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.003003';
+our $VERSION = '0.003004';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;




More information about the Bast-commits mailing list