Change 32136 introduced an error - passing a const char * to
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index cd8bf09..eebeedb 100644 (file)
@@ -317,10 +317,18 @@ Backward compatibility module for defunct CGI::Switch
 
 Internal utilities used by CGI module
 
+=item CORE
+
+Pseudo-namespace for Perl's core routines
+
 =item CPAN
 
 Query, download and build perl modules from CPAN sites
 
+=item CPAN::API::HOWTO
+
+A recipe book for programming with CPAN.pm
+
 =item CPAN::FirstTime
 
 Utility for CPAN::Config file Initialization
@@ -391,7 +399,7 @@ Get pathname of current working directory
 
 =item DB
 
-Programmatic interface to the Perl debugging API (draft, subject to
+Programmatic interface to the Perl debugging API
 
 =item DBM_Filter
 
@@ -1633,6 +1641,10 @@ Try every conceivable way to get hostname
 
 Perl interface to the UNIX syslog(3) calls
 
+=item Sys::Syslog::win32::Win32
+
+Win32 support for Sys::Syslog
+
 =item Term::ANSIColor
 
 Color screen output using ANSI escape sequences
@@ -1667,7 +1679,7 @@ Base class for test modules
 
 =item Test::Builder::Tester
 
-Test test suites that have been built with
+Test testsuites that have been built with
 
 =item Test::Builder::Tester::Color
 
@@ -1731,7 +1743,7 @@ Parse text into an array of tokens or array of arrays
 
 =item Text::Soundex
 
-Implementation of the Soundex Algorithm as Described by Knuth
+Implementation of the soundex algorithm.
 
 =item Text::Tabs