1 Revision history for indirect
3 0.11 2009-02-08 18:35 UTC
4 + Fix : Potential collisions by hashing pointers with a wrong format.
5 + Upd : Resources in META.yml.
7 0.10 2009-01-17 12:40 UTC
8 Re-release 0.09_01 as stable.
10 0.09_01 2008-12-08 17:55 UTC
11 + Fix : Invalid memory read with "${\(new Foo)}" constructs. The
12 corresponding test is turned back on.
13 + Tst : Refinements in t/30-scope.t
15 0.09 2008-12-05 20:35 UTC
16 + Add : Support for perl 5.8.
17 + Tst : Skip a test in t/10-good.t that randomly segfaults for (I guess)
18 systems stricter than linux in the way they manage their memory.
20 0.08 2008-10-22 14:45 UTC
21 + Fix : A rare edge case for package whose names are prefix of 'main'.
22 + Tst : Test $$ as variable and state variables.
24 0.07_03 2008-10-17 20:10 UTC
25 + Add : Support and tests for variables with spaces after the sigil.
26 + Upd : META.yml spec updated to 1.4.
28 0.07_02 2008-10-15 21:10 UTC
29 + Add : Support and tests for package variables.
30 + Tst : Coverage improved by removing dead code.
32 0.07_01 2008-10-15 16:00 UTC
33 + Fix : [RT #40055] : Not handling RV2SV => GV(SV) correctly, which
34 could cause 'no indirect; print' segfaults. Thanks Goro Fuji for
37 0.06 2008-10-11 16:45 UTC
39 + Tst : Test "no indirect 'anything'", "foo Class->bar", and indirect
40 uses of exec() and system().
42 0.05 2008-10-02 14:40 UTC
43 + Chg : Now the old check function is always called before storing an op
45 + Fix : Misc code and docs refinements.
47 0.04 2008-08-30 19:00 UTC
48 + Fix : Clean up the op->src hash when we're done with an entersub.
49 + Tst : No longer fork for testing. IPC::Cmd isn't required anymore.
51 0.03 2008-08-12 15:25 UTC
52 This release is kindly supported by Copenhagen Hotel Centrum WiFi.
53 + Fix : Tests used not to pass PERL5OPTS to their kids. This lead to
54 failures under CPAN. I think.
57 0.02 2008-08-11 15:55 UTC
58 + Fix : Some building failures with old gcc versions that didn't seem to
59 like the ((hint == 2) ? croak : warn)(msg) construct. I think.
60 + Rem : Unused cruft from a previous implementation.
61 + Tst : Fail more gracefully when we can't capture buffers or when the
62 child returned an error.
64 0.01 2008-08-10 20:40 UTC
65 First version, released on an unsuspecting world.