missed an aTHX_
[p5sagit/Devel-Declare.git] / Changes
1 Changes for Devel-Declare
2
3 0.001006
4   - nasty goto &$func hack to avoid :lvalue+list context weirdness
5   - correct SvGROW invocation
6
7 0.001005
8   - stop using & prototypes at all
9
10 0.001004
11   - correct idiotic typo if ifndef
12
13 0.001003
14   - internalise definitions for toke.c chunks to save hassle
15   - make NEWSV macro defined via ifndef rather than version check in case
16     of 5.8.8-maint (and 5.8.9)
17
18 0.001002
19   - compilation fixes for 5.9.5 and -DDEBUGGING
20
21 0.001001
22   - compilation fixes for 5.8.1+
23   - set Makefile.PL to bomb out for <5.8.1
24
25 0.001000
26   - Initial release to CPAN