X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=README;h=196deda72a53eaecc2a7a04c50d6d00fd72f4d79;hp=8aba1f6361d3029fbf8ccc39d9e3794e87705418;hb=789ae6739cab392bf3951e98f9be0805931c84e8;hpb=b56734d8bae611bf89f0c65a084de7079d119d96 diff --git a/README b/README index 8aba1f6..196deda 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Lexical::Types - Extend the semantics of typed lexicals. VERSION - Version 0.05 + Version 0.06 SYNOPSIS { package Str; } @@ -171,6 +171,10 @@ INTEGRATION 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