Skip test for changing TZ if running in a pseudo-fork (on Win32)
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index ab47e21..2913616 100644 (file)
@@ -55,13 +55,17 @@ Get/set subroutine or variable attributes
 
 Set/get attributes of a subroutine (deprecated)
 
+=item autodie
+
+Replace functions with ones that succeed or die with lexical scope
+
 =item autouse
 
 Postpone load of modules until a function is used
 
 =item base
 
-Establish IS-A relationship with base classes at compile time
+Establish an ISA relationship with base classes at compile time
 
 =item bigint
 
@@ -151,6 +155,10 @@ Restrict unsafe operations when compiling
 
 Package for overloading Perl operations
 
+=item parent
+
+Establish an ISA relationship with base classes at compile time
+
 =item re
 
 Alter regular expression behaviour
@@ -221,6 +229,14 @@ don't have the gdbm library.
 
 Provide framework for multiple DBMs
 
+=item App::Prove
+
+Implements the C<prove> command.
+
+=item App::Prove::State
+
+State storage for the C<prove> command.
+
 =item Archive::Extract
 
 A generic archive extracting mechanism
@@ -265,6 +281,10 @@ Perl compiler backend to produce perl code
 
 Perl lint
 
+=item B::Lint::Debug
+
+Adds debugging stringification to B::
+
 =item B::Showlex
 
 Show lexical variables used in functions or files
@@ -317,10 +337,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 +419,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
 
@@ -665,6 +693,10 @@ Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
 DOS specific subclass of ExtUtils::MM_Unix
 
+=item ExtUtils::MM_Darwin
+
+Special behaviors for OS X
+
 =item ExtUtils::MM_MacOS
 
 Once produced Makefiles for MacOS Classic
@@ -1009,6 +1041,10 @@ IO:: style interface to L<Compress::Zlib>
 
 Finding and running system commands made easy
 
+=item IPC::Msg
+
+SysV Msg IPC object class
+
 =item IPC::Open2
 
 Open a process for both reading and writing
@@ -1017,17 +1053,17 @@ Open a process for both reading and writing
 
 Open a process for reading, writing, and error handling
 
-=item IPC::SysV
+=item IPC::Semaphore
 
-SysV IPC constants
+SysV Semaphore IPC object class
 
-=item IPC::SysV::Msg
+=item IPC::SharedMem
 
-SysV Msg IPC object class
+SysV Shared Memory IPC object class
 
-=item IPC::SysV::Semaphore
+=item IPC::SysV
 
-SysV Semaphore IPC object class
+System V IPC constants and system calls
 
 =item List::Util
 
@@ -1085,7 +1121,7 @@ Message objects for Log::Message
 
 Encoding and decoding of base64 strings
 
-=item MIME::Base64::QuotedPrint
+=item MIME::QuotedPrint
 
 Encoding and decoding of quoted-printable strings
 
@@ -1633,6 +1669,122 @@ 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 TAP::Base
+
+Base class that provides common functionality to L<TAP::Parser> and L<TAP::Harness>
+
+=item TAP::Formatter::Color
+
+Run Perl test scripts with color
+
+=item TAP::Formatter::Console
+
+Harness output delegate for default console output
+
+=item TAP::Formatter::Console::ParallelSession
+
+Harness output delegate for parallel console output
+
+=item TAP::Formatter::Console::Session
+
+Harness output delegate for default console output
+
+=item TAP::Harness
+
+Run test scripts with statistics
+
+=item TAP::Parser
+
+Parse L<TAP|Test::Harness::TAP> output
+
+=item TAP::Parser::Aggregator
+
+Aggregate TAP::Parser results
+
+=item TAP::Parser::Grammar
+
+A grammar for the Test Anything Protocol.
+
+=item TAP::Parser::Iterator
+
+Internal TAP::Parser Iterator
+
+=item TAP::Parser::Iterator::Array
+
+Internal TAP::Parser Iterator
+
+=item TAP::Parser::Iterator::Process
+
+Internal TAP::Parser Iterator
+
+=item TAP::Parser::Iterator::Stream
+
+Internal TAP::Parser Iterator
+
+=item TAP::Parser::Multiplexer
+
+Multiplex multiple TAP::Parsers
+
+=item TAP::Parser::Result
+
+TAP::Parser output
+
+=item TAP::Parser::Result::Bailout
+
+Bailout result token.
+
+=item TAP::Parser::Result::Comment
+
+Comment result token.
+
+=item TAP::Parser::Result::Plan
+
+Plan result token.
+
+=item TAP::Parser::Result::Pragma
+
+TAP pragma token.
+
+=item TAP::Parser::Result::Test
+
+Test result token.
+
+=item TAP::Parser::Result::Unknown
+
+Unknown result token.
+
+=item TAP::Parser::Result::Version
+
+TAP syntax version token.
+
+=item TAP::Parser::Result::YAML
+
+YAML result token.
+
+=item TAP::Parser::Source
+
+Stream output from some source
+
+=item TAP::Parser::Source::Perl
+
+Stream Perl output
+
+=item TAP::Parser::Utils
+
+Internal TAP::Parser utilities
+
+=item TAP::Parser::YAMLish::Reader
+
+Read YAMLish data from iterator
+
+=item TAP::Parser::YAMLish::Writer
+
+Write YAMLish data
+
 =item Term::ANSIColor
 
 Color screen output using ANSI escape sequences
@@ -1677,34 +1829,6 @@ Turn on colour in Test::Builder::Tester
 
 Run Perl standard test scripts with statistics
 
-=item Test::Harness::Assert
-
-Simple assert
-
-=item Test::Harness::Iterator
-
-Internal Test::Harness Iterator
-
-=item Test::Harness::Point
-
-Object for tracking a single test point
-
-=item Test::Harness::Results
-
-Object for tracking results from a single test file
-
-=item Test::Harness::Straps
-
-Detailed analysis of test results
-
-=item Test::Harness::TAP
-
-Documentation for the TAP format
-
-=item Test::Harness::Util
-
-Utility functions for Test::Harness::*
-
 =item Test::More
 
 Yet another framework for writing test scripts
@@ -1731,7 +1855,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
 
@@ -1849,6 +1973,10 @@ Interfaces to some Win32 API Functions
 
 Low-level access to Win32 system API calls for files/dirs.
 
+=item Win32CORE
+
+Win32 CORE function stubs
+
 =item XS::APItest
 
 Test the perl C API