projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c5912dc
)
actually, this will be 0.1.6
Matt S Trout [Mon, 26 Nov 2007 20:49:17 +0000 (20:49 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/Declare.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/Devel/Declare.pm
b/lib/Devel/Declare.pm
index
de3c3f5
..
96d3666
100644
(file)
--- 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_*