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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Oct 25 11:38:58 BST 2008


Author: rafl
Date: 2008-10-25 11:38:58 +0100 (Sat, 25 Oct 2008)
New Revision: 4980

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

Modified: Devel-Declare/1.000/trunk/Changes
===================================================================
--- Devel-Declare/1.000/trunk/Changes	2008-10-25 10:34:03 UTC (rev 4979)
+++ Devel-Declare/1.000/trunk/Changes	2008-10-25 10:38:58 UTC (rev 4980)
@@ -1,7 +1,10 @@
 Changes for Devel-Declare
 
+0.003001
+  - Don't use :lvalue in Context::Simple and MethodInstaller::Simple to keep
+    the debugger happy.
+
 0.003000
-
   - Add Devel::Declare::Context::Simple and
     Devel::Declare::MethodInstaller::Simple as an experimental way to make
     creating block- and sub-like keywords easier (Rhesa Rozendaal).

Modified: Devel-Declare/1.000/trunk/lib/Devel/Declare.pm
===================================================================
--- Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2008-10-25 10:34:03 UTC (rev 4979)
+++ Devel-Declare/1.000/trunk/lib/Devel/Declare.pm	2008-10-25 10:38:58 UTC (rev 4980)
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.003000';
+our $VERSION = '0.003001';
 
 use constant DECLARE_NAME => 1;
 use constant DECLARE_PROTO => 2;




More information about the Bast-commits mailing list