actually, this will be 0.1.6
Matt S Trout [Mon, 26 Nov 2007 20:49:17 +0000 (20:49 +0000)]
Changes
lib/Devel/Declare.pm

diff --git a/Changes b/Changes
index 3534464..cda8624 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index de3c3f5..96d3666 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.001005';
+our $VERSION = '0.001006';
 
 # mirrored in Declare.xs as DD_HANDLE_*