summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-10 15:02:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-10 15:02:27 +0000
commitd0363f020d9cc3427a5b2415c773db2e04d341c8 (patch)
tree2c1e1a5566e72257eea53eb2b86808e6f3cdca6b /pod/perlmodlib.pod
parentb08cd201f6dd56800c3a806ca8bcd6503a4588a3 (diff)
downloadperl-d0363f020d9cc3427a5b2415c773db2e04d341c8.tar.gz
Regen toc and modlib.
p4raw-id: //depot/perl@11261
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod24
1 files changed, 4 insertions, 20 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index 66282424e3..af870ef86b 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -602,6 +602,10 @@ Arbitrary size floating point math package
Arbitrary size integer math package
+=item Math::BigInt::Calc
+
+Pure Perl module to support Math::BigInt
+
=item Math::Complex
Complex numbers and associated mathematical functions
@@ -890,26 +894,6 @@ 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