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