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

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Mon Nov 26 20:49:17 GMT 2007


Author: matthewt
Date: 2007-11-26 20:49:17 +0000 (Mon, 26 Nov 2007)
New Revision: 3894

Modified:
   trunk/Devel-Declare/Changes
   trunk/Devel-Declare/lib/Devel/Declare.pm
Log:
actually, this will be 0.1.6

Modified: trunk/Devel-Declare/Changes
===================================================================
--- trunk/Devel-Declare/Changes	2007-11-26 20:47:44 UTC (rev 3893)
+++ trunk/Devel-Declare/Changes	2007-11-26 20:49:17 UTC (rev 3894)
@@ -1,8 +1,10 @@
 Changes for Devel-Declare
 
-0.001005
+0.001006
   - nasty goto &$func hack to avoid :lvalue+list context weirdness
   - correct SvGROW invocation
+
+0.001005
   - stop using & prototypes at all
 
 0.001004

Modified: trunk/Devel-Declare/lib/Devel/Declare.pm
===================================================================
--- trunk/Devel-Declare/lib/Devel/Declare.pm	2007-11-26 20:47:44 UTC (rev 3893)
+++ trunk/Devel-Declare/lib/Devel/Declare.pm	2007-11-26 20:49:17 UTC (rev 3894)
@@ -4,7 +4,7 @@
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.001005';
+our $VERSION = '0.001006';
 
 # mirrored in Declare.xs as DD_HANDLE_*
 




More information about the Bast-commits mailing list