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