]> git.vpit.fr Git - perl/modules/indirect.git/blob - Changes
This is 0.07_03
[perl/modules/indirect.git] / Changes
1 Revision history for indirect
2
3 0.07_03 2008-10-17 20:10 UTC
4         + Add : Support and tests for variables with spaces after the sigil.
5         + Upd : META.yml spec updated to 1.4.
6
7 0.07_02 2008-10-15 21:10 UTC
8         + Add : Support and tests for package variables.
9         + Tst : Coverage improved by removing dead code.
10
11 0.07_01 2008-10-15 16:00 UTC
12         + Fix : [RT #40055] : Not handling RV2SV => GV(SV) correctly, which
13                 could cause 'no indirect; print' segfaults. Thanks Goro Fuji for
14                 reporting.
15
16 0.06    2008-10-11 16:45 UTC
17         + Doc : Nits.
18         + Tst : Test "no indirect 'anything'", "foo Class->bar", and indirect
19                 uses of exec() and system().
20
21 0.05    2008-10-02 14:40 UTC
22         + Chg : Now the old check function is always called before storing an op
23                 into the map.
24         + Fix : Misc code and docs refinements.
25
26 0.04    2008-08-30 19:00 UTC
27         + Fix : Clean up the op->src hash when we're done with an entersub.
28         + Tst : No longer fork for testing. IPC::Cmd isn't required anymore.
29
30 0.03    2008-08-12 15:25 UTC
31         This release is kindly supported by Copenhagen Hotel Centrum WiFi.
32         + Fix : Tests used not to pass PERL5OPTS to their kids. This lead to
33                 failures under CPAN. I think.
34         + Tst : Refinements.
35
36 0.02    2008-08-11 15:55 UTC
37         + Fix : Some building failures with old gcc versions that didn't seem to
38                 like the ((hint == 2) ? croak : warn)(msg) construct. I think.
39         + Rem : Unused cruft from a previous implementation.
40         + Tst : Fail more gracefully when we can't capture buffers or when the
41                 child returned an error.
42
43 0.01    2008-08-10 20:40 UTC
44         First version, released on an unsuspecting world.
45