]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blob - Changes
This is 0.06
[perl/modules/Lexical-Types.git] / Changes
1 Revision history for Lexical-Types
2
3 0.06    2009-05-01 19:00 UTC
4         + Fix : The pragma now properly propagates into threaded eval STRING,
5                 effectively making the module thread safe. The new LT_THREADSAFE
6                 constant can be used to know whether the module could have been
7                 built with thread safety features enabled.
8
9 0.05    2009-04-28 21:40 UTC
10         + Fix : Building with PERL_IMPLICIT_SYS set (especially on Win32).
11         + Tst : Dieing in callbacks.
12
13 0.04    2009-03-07 15:45 UTC
14         + Chg : Some implementation of pointer table is now used internally.
15                 This should make thread safety more robust.
16         + Doc : Cleanups.
17         + Tst : Using Lexical::Types inside the 'as' callback.
18         + Tst : Thread safety.
19
20 0.03    2009-03-05 21:15 UTC
21         + Doc : Discuss about using constants for types.
22         + Fix : The PL_ppaddr[OP_PADSV] localization logic was refined so that
23                 it is kinder to other modules that replace it.
24         + Tst : "my Str ($x, $y)" and "for my Str $x ()" constructs
25         + Tst : uvar magic, magical tags.
26
27 0.02    2009-02-25 16:10 UTC
28         + Add : Returning an empty list from the mangler skips the wrapping of
29                 the current typed lexical declaration.
30         + Chg : The package and method names passed to the callbacks are now all
31                 read-only.
32
33 0.01    2009-02-24 23:20 UTC
34         First version, released on an unsuspecting world.
35