Revision history for Lexical-Types
+0.06 2009-05-01 19:00 UTC
+ + Fix : The pragma now properly propagates into threaded eval STRING,
+ effectively making the module thread safe. The new LT_THREADSAFE
+ constant can be used to know whether the module could have been
+ built with thread safety features enabled.
+
0.05 2009-04-28 21:40 UTC
+ Fix : Building with PERL_IMPLICIT_SYS set (especially on Win32).
+ Tst : Dieing in callbacks.
Lexical::Types - Extend the semantics of typed lexicals.
VERSION
- Version 0.05
+ Version 0.06
SYNOPSIS
{ package Str; }
sub new { ... }
+CONSTANTS
+ "LT_THREADSAFE"
+ True iff the module could have been built when thread-safety features.
+
CAVEATS
The restrictions on the type (being either a defined package name or a
constant) apply even if you use the 'as' option to redirect to another