]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blob - Changes
This is 0.05
[perl/modules/Scope-Upper.git] / Changes
1 Revision history for Scope-Upper
2
3 0.05    2009-01-12 18:15 UTC
4         + Fix : Stack mess when using unwind() in scalar context.
5         + Fix : Returning an automatic variable isn't wise, so let's use a
6                 context instead.
7         + Doc : Clarifications.
8         + Tst : Stress tests for unwind().
9
10 0.04    2009-01-11 18:40 UTC
11         + Add : unwind(@things, $level), that returns to an upper context.
12         + Add : want_at($level), that gives the wantarray for $level.
13         + Add : Control words, to reliably get the level of the n-th upper
14                 subroutine or eval scope. TOPLEVEL was renamed to TOP.
15         + Fix : Tests with 5.6.
16         + Tst : Reordering and factoring some of the stress tests so that they
17                 aren't needlessly ran several times.
18
19 0.03    2009-01-04 15:55 UTC
20         + Add : localize_delete(), that localize array/hash elements in upper
21                 scopes.
22         + Fix : Segfault when localizing array elements with an invalid negative
23                 index.
24
25 0.02    2008-12-28 18:40 UTC
26         + Doc : Clarifications and improvements.
27         + Fix : Missing compatibility macros.
28         + Fix : Localized nonexistant array elements should be deleted when
29                 their time comes so that the array recovers its original length.
30
31 0.01    2008-12-26 16:05 UTC
32         First version, released on an unsuspecting world.
33