X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=196deda72a53eaecc2a7a04c50d6d00fd72f4d79;hb=789ae6739cab392bf3951e98f9be0805931c84e8;hp=0d8a7a8877fb7c2628f3f1b5e3c5ad2e361d43d3;hpb=e969ec4cc563f70e92f4428bfc01528de9b8ceb9;p=perl%2Fmodules%2FLexical-Types.git diff --git a/README b/README index 0d8a7a8..196deda 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Lexical::Types - Extend the semantics of typed lexicals. VERSION - Version 0.04 + Version 0.06 SYNOPSIS { package Str; } @@ -171,13 +171,11 @@ INTEGRATION sub new { ... } -CAVEATS - For "perl" to be able to parse "my Str $x", you need : - - * either the "Str" package to be defined ; - - * or for "Str" to be a constant sub returning a valid defined package. +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 package, and are unlikely to find a workaround as this happens deep