Remove support for long-deprecated -P for better portability.
[p5sagit/Devel-Declare.git] / Changes
CommitLineData
71511651 1Changes for Devel-Declare
2
96f12726 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
2ee34f20 60.002000
7 - rewrite guts into perl, add tests for new declaration style
8
bedac9ff 90.001011
10 - add support for 'method main' and other package names
11
9673d7ca 120.001010
13 - fix traits code, again, so it compiles on 5.10.
14
150.001009
d8e65fc8 16 - only mangle evals if o->op_ppaddr is actually PL_ppaddr[OP_ENTERVAL]
a9eb4da1 17 - don't set OPf_SPECIAL on entereval ops, mistaken cargo cult from autobox
f5262149 18 - fix traits code to work on older 5.8.x perls
19
200.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
240.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
498cc8bc 290.001006
c5912dc7 30 - nasty goto &$func hack to avoid :lvalue+list context weirdness
31 - correct SvGROW invocation
498cc8bc 32
330.001005
003ac394 34 - stop using & prototypes at all
35
552a9b31 360.001004
37 - correct idiotic typo if ifndef
38
78160085 390.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
14ab3472 440.001002
45 - compilation fixes for 5.9.5 and -DDEBUGGING
46
71511651 470.001001
48 - compilation fixes for 5.8.1+
daf38100 49 - set Makefile.PL to bomb out for <5.8.1
c560c752 50
510.001000
52 - Initial release to CPAN