]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blob - Changes
This is 0.04
[perl/modules/Lexical-Types.git] / Changes
1 Revision history for Lexical-Types
2
3 0.04    2009-03-07 15:45 UTC
4         + Chg : Some implementation of pointer table is now used internally.
5                 This should make thread safety more robust.
6         + Doc : Cleanups.
7         + Tst : Using Lexical::Types inside the 'as' callback.
8         + Tst : Thread safety.
9
10 0.03    2009-03-05 21:15 UTC
11         + Doc : Discuss about using constants for types.
12         + Fix : The PL_ppaddr[OP_PADSV] localization logic was refined so that
13                 it is kinder to other modules that replace it.
14         + Tst : "my Str ($x, $y)" and "for my Str $x ()" constructs
15         + Tst : uvar magic, magical tags.
16
17 0.02    2009-02-25 16:10 UTC
18         + Add : Returning an empty list from the mangler skips the wrapping of
19                 the current typed lexical declaration.
20         + Chg : The package and method names passed to the callbacks are now all
21                 read-only.
22
23 0.01    2009-02-24 23:20 UTC
24         First version, released on an unsuspecting world.
25