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