Add charscript() to get the UTR#24 script names of characters.
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 291ca63..fbd3686 100644 (file)
@@ -556,7 +556,7 @@ Functions for dealing with RFC3066-style language tags
 
 =item I18N::LangTags::List
 
-List of tags for human languages
+Tags and names for human languages
 
 =item IO
 
@@ -870,6 +870,14 @@ Provides a simple framework for writing test scripts
 
 Run perl standard test scripts with statistics
 
+=item Test::More
+
+Yet another framework for writing test scripts
+
+=item Test::Simple
+
+Basic utilities for writing tests.
+
 =item Text::Abbrev
 
 Create an abbreviation table from a list
@@ -894,6 +902,26 @@ Expand and unexpand tabs per the unix expand(1) and unexpand(1)
 
 Line wrapping to form simple paragraphs
 
+=item Thread
+
+Manipulate threads in Perl (EXPERIMENTAL, subject to change)
+
+=item Thread::Queue
+
+Thread-safe queues
+
+=item Thread::Semaphore
+
+Thread-safe semaphores
+
+=item Thread::Signal
+
+Start a thread which runs signal handlers reliably
+
+=item Thread::Specific
+
+Thread-specific keys
+
 =item Tie::Array
 
 Base class for tied arrays