From: Matt S Trout Date: Mon, 26 Nov 2007 20:49:17 +0000 (+0000) Subject: actually, this will be 0.1.6 X-Git-Tag: 0.005000~115 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=498cc8bcfb9d8d0457cce601674b388f6b5577a9;p=p5sagit%2FDevel-Declare.git actually, this will be 0.1.6 --- diff --git a/Changes b/Changes index 3534464..cda8624 100644 --- 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 diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index de3c3f5..96d3666 100644 --- a/lib/Devel/Declare.pm +++ b/lib/Devel/Declare.pm @@ -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_*