This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regen perlmodlib. (TODO: why does Pod::t::basic get listed?)
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Nov 2001 13:51:49 +0000 (13:51 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Nov 2001 13:51:49 +0000 (13:51 +0000)
p4raw-id: //depot/perl@13314

pod/perlmodlib.pod

index 80ad7c1..2d0b9ae 100644 (file)
@@ -74,7 +74,7 @@ Force byte semantics rather than character semantics
 
 =item charnames
 
-Define character names for C<\N{named}> string literal escape.
+Define character names for C<\N{named}> string literal escapes.
 
 =item constant
 
@@ -84,6 +84,10 @@ Declare constants
 
 Perl compiler pragma to force verbose warning diagnostics
 
+=item encoding
+
+Pragma to control the conversion of legacy data into Unicode
+
 =item fields
 
 Compile-time class fields
@@ -124,6 +128,10 @@ Alter regular expression behaviour
 
 Enable simple signal handling
 
+=item sort
+
+Control sort() behaviour
+
 =item strict
 
 Restrict unsafe constructs
@@ -144,6 +152,10 @@ Enable/disable UTF-8 (or UTF-EBCDIC) in source code
 
 Predeclare global variable names (obsolete)
 
+=item vmsish
+
+Control VMS-specific language features
+
 =item warnings
 
 Control optional warnings
@@ -496,7 +508,7 @@ Portably perform operations on file names
 
 =item File::Spec::Mac
 
-File::Spec for MacOS
+File::Spec for Mac OS (Classic)
 
 =item File::Spec::OS2
 
@@ -570,10 +582,6 @@ 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
@@ -766,6 +774,10 @@ Convert Pod data to formatted Latex
 
 Convert POD data to formatted *roff input
 
+=item Pod::ParseLink
+
+Parse an L<> formatting code in POD text
+
 =item Pod::ParseUtils
 
 Helpers for POD parsing and conversion
@@ -802,6 +814,10 @@ Convert POD data to ASCII text with format escapes
 
 Print a usage message from embedded pod documentation
 
+=item Pod::t::basic
+
+Test of various basic POD features in translators.
+
 =item SDBM_File
 
 Tied access to sdbm files
@@ -862,6 +878,10 @@ Perl interface to various C<readline> packages. If
 
 Provides a simple framework for writing test scripts
 
+=item Test::Builder
+
+Backend for building test libraries
+
 =item Test::Harness
 
 Run perl standard test scripts with statistics
@@ -902,6 +922,10 @@ Expand and unexpand tabs per the unix expand(1) and unexpand(1)
 
 Line wrapping to form simple paragraphs
 
+=item Thread
+
+Manipulate threads in Perl
+
 =item Tie::Array
 
 Base class for tied arrays
@@ -950,10 +974,6 @@ Base class for ALL classes (blessed references)
 
 Use UCA (Unicode Collation Algorithm)
 
-=item Unicode::Normalize
-
-Normalized forms of Unicode text
-
 =item Unicode::UCD
 
 Unicode character database