f1f490d68ece082ee685bcd15380a09336b0a255
[p5sagit/Devel-Declare.git] / Changes
1 Changes for Devel-Declare
2
3 0.001010
4   - fix traits code, again, so it compiles on 5.10.
5
6 0.001009
7   - only mangle evals if o->op_ppaddr is actually PL_ppaddr[OP_ENTERVAL]
8   - don't set OPf_SPECIAL on entereval ops, mistaken cargo cult from autobox
9   - fix traits code to work on older 5.8.x perls
10
11 0.001008
12   - turns out 0.1.7 in Makefile.PL results in that version going into
13     the .xs file as well as the dist name. Then everything breaks.
14
15 0.001007
16   - bail on SvGROW during declare process since that can't work
17   - use a source filter on files and an op wrap on evals to pre-grow
18     PL_linestr so we don't get to the point of needing to bail
19
20 0.001006
21   - nasty goto &$func hack to avoid :lvalue+list context weirdness
22   - correct SvGROW invocation
23
24 0.001005
25   - stop using & prototypes at all
26
27 0.001004
28   - correct idiotic typo if ifndef
29
30 0.001003
31   - internalise definitions for toke.c chunks to save hassle
32   - make NEWSV macro defined via ifndef rather than version check in case
33     of 5.8.8-maint (and 5.8.9)
34
35 0.001002
36   - compilation fixes for 5.9.5 and -DDEBUGGING
37
38 0.001001
39   - compilation fixes for 5.8.1+
40   - set Makefile.PL to bomb out for <5.8.1
41
42 0.001000
43   - Initial release to CPAN