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