X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=860d3e1b54cf13acd18920fe3d4b99f31c50129d;hb=2dab5cc160177f9e19f4cb658ecf9d3e9f44a10f;hp=d0327e14cd8e52e39197258c9761d383e6849ed2;hpb=4c8461e81387b2f965156423ae04f418d8da1312;p=perl%2Fmodules%2FScope-Upper.git diff --git a/README b/README index d0327e1..860d3e1 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Scope::Upper - Act on upper scopes. VERSION - Version 0.08 + Version 0.09 SYNOPSIS package X; @@ -172,6 +172,10 @@ FUNCTIONS will righteously set $num to 26. +CONSTANTS + "SU_THREADSAFE" + True iff the module could have been built when thread-safety features. + WORDS Constants "TOP" @@ -272,6 +276,9 @@ EXPORT "unwind" and "want_at" are only exported on request, either individually or by the tags ':funcs' and ':all'. + The constant "SU_THREADSAFE" is also only exported on request, + individually or by the tags ':consts' and ':all'. + Same goes for the words "TOP", "HERE", "UP", "SUB", "EVAL", "SCOPE" and "CALLER" that are only exported on request, individually or by the tags ':words' and ':all'.