]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - README
This is 0.09
[perl/modules/Scope-Upper.git] / README
diff --git a/README b/README
index d0327e14cd8e52e39197258c9761d383e6849ed2..860d3e1b54cf13acd18920fe3d4b99f31c50129d 100644 (file)
--- 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'.