this OPf_SPECIAL was bollocks. remove it.
[p5sagit/Devel-Declare.git] / Changes
CommitLineData
71511651 1Changes for Devel-Declare
2
a9eb4da1 3 - don't set OPf_SPECIAL on entereval ops, mistaken cargo cult from autobox
f5262149 4 - fix traits code to work on older 5.8.x perls
5
60.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
100.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
498cc8bc 150.001006
c5912dc7 16 - nasty goto &$func hack to avoid :lvalue+list context weirdness
17 - correct SvGROW invocation
498cc8bc 18
190.001005
003ac394 20 - stop using & prototypes at all
21
552a9b31 220.001004
23 - correct idiotic typo if ifndef
24
78160085 250.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
14ab3472 300.001002
31 - compilation fixes for 5.9.5 and -DDEBUGGING
32
71511651 330.001001
34 - compilation fixes for 5.8.1+
daf38100 35 - set Makefile.PL to bomb out for <5.8.1
c560c752 36
370.001000
38 - Initial release to CPAN