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 | 77caf834c201d3982a815b3d51794b6e3a769c6d (patch) | |
tree | 31ef7444104242d2bf7eea2f7821bf686fd1a308 /pod/perlmodlib.pod | |
parent | 434f716607831e7b291d6f6bb7fb9611e6d0f7ca (diff) | |
download | perl-77caf834c201d3982a815b3d51794b6e3a769c6d.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 |