From: matthewt Date: Mon, 26 Nov 2007 20:49:17 +0000 (+0000) Subject: actually, this will be 0.1.6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc9e9e94ad47758627e287e28b711aba21ab58a8;p=p5sagit%2FDevel-Declare.git actually, this will be 0.1.6 git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-Declare@3894 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- 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_*