summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-25 14:17:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-25 14:17:57 +0000
commit7a49b6353172b360490be5a51e0d2f104b7cb0ec (patch)
tree61a5463dda3017827dd6a0d3b33a26d5543f56c7 /pod/perlmodlib.pod
parent902f5b583e9be14ccec22bc8e0a20ba88df74a6f (diff)
downloadperl-7a49b6353172b360490be5a51e0d2f104b7cb0ec.tar.gz
Regen toc and modlib.
p4raw-id: //depot/perl@10929
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod28
1 files changed, 28 insertions, 0 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index 109c277e75..fbd3686eba 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -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