diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 13:38:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 13:38:22 +0000 |
commit | e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1 (patch) | |
tree | cc834ac35134d402d3406af67c98fc3c1783bca7 /pod/perlmodlib.pod | |
parent | 2d84a16a79dbb993063e4052e2e5e7a2dca5effc (diff) | |
download | perl-e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1.tar.gz |
Remove iconv references since we are not using it
and not going to; regen perltoc, perlmodlib.
(Some references still linger in perltoc, have to figure
out where they are coming from.)
p4raw-id: //depot/perl@12095
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 565c0d15e2..53e491c8a2 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -132,6 +132,10 @@ Restrict unsafe constructs Predeclare sub names +=item threads + +Perl extension allowing use of interpreter based threads from perl + =item utf8 Enable/disable UTF-8 (or UTF-EBCDIC) in source code @@ -500,7 +504,7 @@ Methods for OS/2 file specs =item File::Spec::Unix -Methods used by File::Spec +File::Spec for Unix, base for other File::Spec modules =item File::Spec::VMS @@ -566,6 +570,10 @@ Open a process for both reading and writing Open a process for reading, writing, and error handling +=item Lingua::KO::Hangul::Util + +Utility functions for Hangul Syllables + =item Locale::Constants Constants for Locale codes @@ -866,6 +874,10 @@ Yet another framework for writing test scripts Basic utilities for writing tests. +=item Test::Tutorial + +A tutorial about writing really basic tests + =item Text::Abbrev Create an abbreviation table from a list @@ -890,26 +902,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 @@ -954,7 +946,15 @@ Internal object used by Time::gmtime and Time::localtime Base class for ALL classes (blessed references) -=item UnicodeCD +=item Unicode::Collate + +Use UCA (Unicode Collation Algorithm) + +=item Unicode::Normalize + +Normalized forms of Unicode text + +=item Unicode::UCD Unicode character database |