Get/set subroutine or variable attributes
-=item attrs
-
-Set/get attributes of a subroutine (deprecated)
-
=item autodie
Replace functions with ones that succeed or die with lexical scope
+=item autodie::exception
+
+Exceptions from autodying functions.
+
+=item autodie::exception::system
+
+Exceptions from autodying system().
+
=item autouse
Postpone load of modules until a function is used
Declare constants
+=item deprecate
+
+Perl pragma for deprecating the core version of a module
+
=item diagnostics
Produce verbose warning diagnostics
Package for overloading Perl operations
+=item overloading
+
+Lexically control overloading
+
=item parent
Establish an ISA relationship with base classes at compile time
State storage for the C<prove> command.
+=item App::Prove::State::Result
+
+Individual test suite results.
+
+=item App::Prove::State::Result::Test
+
+Individual test results.
+
=item Archive::Extract
A generic archive extracting mechanism
=item CGI
-Simple Common Gateway Interface Class
+Handle Common Gateway Interface requests and responses
=item CGI::Apache
A recipe book for programming with CPAN.pm
+=item CPAN::Distroprefs
+
+Read and match distroprefs
+
=item CPAN::FirstTime
Utility for CPAN::Config file Initialization
Base class for custom distribution classes
+=item CPANPLUS::Dist::Build
+
+CPANPLUS plugin to install packages that use Build.PL
+
+=item CPANPLUS::Dist::Build::Constants
+
+Constants for CPANPLUS::Dist::Build
+
=item CPANPLUS::Dist::Sample
Sample code to create your own Dist::* plugin
+=item CPANPLUS::Internals::Source::Memory
+
+In memory implementation
+
+=item CPANPLUS::Internals::Source::SQLite
+
+SQLite implementation
+
=item CPANPLUS::Shell::Classic
CPAN.pm emulation for CPANPLUS
Declare struct-like datatypes as Perl classes
+=item Compress::Raw::Bzip2
+
+Low-Level Interface to bzip2 compression library
+
+=item Compress::Raw::Bzip2::pod::FAQ
+
+Frequently Asked Questions about Compress::Raw::Bzip2
+
=item Compress::Raw::Zlib
Low-Level Interface to zlib compression library
+=item Compress::Raw::Zlib::pod::FAQ
+
+Frequently Asked Questions about Compress::Raw::Zlib
+
=item Compress::Zlib
Interface to zlib compression library
Writing a module with MakeMaker
-=item ExtUtils::MakeMaker::bytes
-
-Version-agnostic bytes.pm
-
-=item ExtUtils::MakeMaker::vmsish
-
-Platform-agnostic vmsish.pm
-
=item ExtUtils::Manifest
Utilities to write and check a MANIFEST file
Converts Perl XS code into C code
+=item ExtUtils::XSSymSet
+
+Keep sets of symbol names palatable to the VMS linker
+
=item ExtUtils::testlib
Add blib/* directories to @INC
Base Class for IO::Compress modules
+=item IO::Compress::Bzip2
+
+Write bzip2 files/buffers
+
=item IO::Compress::Deflate
Write RFC 1950 files/buffers
Write zip files/buffers
+=item IO::Compress::pod::FAQ
+
+Frequently Asked Questions about IO::Compress
+
=item IO::Dir
Supply object methods for directory handles
Base Class for IO::Uncompress modules
+=item IO::Uncompress::Bunzip2
+
+Read bzip2 files/buffers
+
=item IO::Uncompress::Gunzip
Read RFC 1952 files/buffers
A generic input parsing/checking mechanism.
+=item Parse::CPAN::Meta
+
+Parse META.yml and other similar CPAN metadata files
+
=item PerlIO
On demand loader for PerlIO layers and root of PerlIO::* name space
Base class for creating POD filters and translators
+=item Pod::Perldoc
+
+Look up Perl documentation in Pod format.
+
+=item Pod::Perldoc::BaseTo
+
+Base for Pod::Perldoc formatters
+
+=item Pod::Perldoc::GetOptsOO
+
+Customized option parser for Pod::Perldoc
+
=item Pod::Perldoc::ToChecker
Let Perldoc check Pod for errors
Get the text content of Pod
+=item Pod::Simple::XHTML
+
+Format Pod as validating XHTML
+
=item Pod::Simple::XMLOutStream
Turn Pod into XML
Convert POD data to formatted color ASCII text
-=item Pod::Text::Overstrike
-
-Convert POD data to formatted overstrike text
-
=item Pod::Text::Termcap
Convert POD data to ASCII text with format escapes
=item TAP::Base
-Base class that provides common functionality to L<TAP::Parser> and L<TAP::Harness>
+Base class that provides common functionality to L<TAP::Parser>
+
+=item TAP::Formatter::Base
+
+Harness output delegate for default console output
=item TAP::Formatter::Color
Harness output delegate for default console output
+=item TAP::Formatter::File
+
+Harness output delegate for file output
+
+=item TAP::Formatter::File::Session
+
+Harness output delegate for file output
+
+=item TAP::Formatter::Session
+
+Abstract base class for harness output delegate
+
=item TAP::Harness
Run test scripts with statistics
+=item TAP::Object
+
+Base class that provides common functionality to all C<TAP::*> modules
+
=item TAP::Parser
Parse L<TAP|Test::Harness::TAP> output
=item TAP::Parser::Iterator
-Internal TAP::Parser Iterator
+Internal base class for TAP::Parser Iterators
=item TAP::Parser::Iterator::Array
-Internal TAP::Parser Iterator
+Internal TAP::Parser array Iterator
=item TAP::Parser::Iterator::Process
Internal TAP::Parser Iterator
+=item TAP::Parser::IteratorFactory
+
+Internal TAP::Parser Iterator
+
=item TAP::Parser::Multiplexer
Multiplex multiple TAP::Parsers
=item TAP::Parser::Result
-TAP::Parser output
+Base class for TAP::Parser output objects
=item TAP::Parser::Result::Bailout
YAML result token.
+=item TAP::Parser::ResultFactory
+
+Factory for creating TAP::Parser output objects
+
+=item TAP::Parser::Scheduler
+
+Schedule tests during parallel testing
+
+=item TAP::Parser::Scheduler::Job
+
+A single testing job.
+
+=item TAP::Parser::Scheduler::Spinner
+
+A no-op job.
+
=item TAP::Parser::Source
Stream output from some source
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
Base class definitions for tied scalars
+=item Tie::StdHandle
+
+Base class definitions for tied handles
+
=item Tie::SubstrHash
Fixed-table-size, fixed-key-length hashing