diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-09 13:08:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-09 13:08:41 +0000 |
commit | 63f834e4a70c91cae03749b1b4bd4882a25121ca (patch) | |
tree | 146264fc22aaf4457d8f20f0fcf26c2861f014ab | |
parent | cf6c151c4d1b7ed05e154d608f547018d54674bc (diff) | |
download | perl-63f834e4a70c91cae03749b1b4bd4882a25121ca.tar.gz |
perlmodlib.pod has changed, too
p4raw-id: //depot/perl@32081
-rw-r--r-- | pod/perlmodlib.pod | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index cd8bf095ba..eebeedbd0f 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -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 |