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