diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 03:36:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 03:36:22 +0000 |
commit | 051e9dbb079a0a42c42186f6b541eca20e66499d (patch) | |
tree | 31ef7444104242d2bf7eea2f7821bf686fd1a308 /pod/perlmodlib.pod | |
parent | 8fc3f3570952d369a8006dddae2258b6a94a2bb7 (diff) | |
download | perl-051e9dbb079a0a42c42186f6b541eca20e66499d.tar.gz |
Remove unicode::distinct, as per Inaba Hiroto.
p4raw-id: //depot/perl@11342
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index adc14cd047..565c0d15e2 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -132,10 +132,6 @@ Restrict unsafe constructs Predeclare sub names -=item unicode::distinct - -Strictly distinguish UTF8 data and non-UTF data. - =item utf8 Enable/disable UTF-8 (or UTF-EBCDIC) in source code @@ -894,6 +890,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 |