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