Finish converting overload.t to Test::More
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 4df51c4..2e485ff 100644 (file)
@@ -55,6 +55,10 @@ Select assertions in blocks of code
 
 Activate assertions
 
+=item assertions::compat
+
+Assertions for pre-5.9 versions of perl
+
 =item attributes
 
 Get/set subroutine or variable attributes
@@ -69,7 +73,7 @@ Postpone load of modules until a function is used
 
 =item base
 
-Establish IS-A relationship with base class at compile time
+Establish IS-A relationship with base classes at compile time
 
 =item bigint
 
@@ -107,6 +111,14 @@ Produce verbose warning diagnostics
 
 Allows you to write your script in non-ascii or non-utf8
 
+=item encoding::warnings
+
+Warn on implicit encoding conversions
+
+=item feature
+
+Enable new syntactic features
+
 =item fields
 
 Compile-time class fields
@@ -145,7 +157,7 @@ Restrict unsafe operations when compiling
 
 =item overload
 
-Package for overloading perl operations
+Package for overloading Perl operations
 
 =item re
 
@@ -217,6 +229,14 @@ don't have the gdbm library.
 
 Provide framework for multiple DBMs
 
+=item Archive::Tar
+
+Module for manipulations of tar archives
+
+=item Archive::Tar::File
+
+A subclass for in-memory extracted file from Archive::Tar
+
 =item Attribute::Handlers
 
 Simpler definition of attribute handlers
@@ -353,13 +373,17 @@ Utility for CPAN::Config file Initialization
 
 Wrapper around CPAN.pm without using any XS module
 
+=item CPAN::Version
+
+Utility functions to compare CPAN versions
+
 =item Carp
 
 Warn of errors (from perspective of caller)
 
 =item Carp::Heavy
 
-No user serviceable parts inside
+Heavy machinery, no user serviceable parts inside
 
 =item Class::ISA
 
@@ -369,6 +393,14 @@ Report the search path for a class's ISA tree
 
 Declare struct-like datatypes as Perl classes
 
+=item Compress::Zlib
+
+Interface to zlib compression library
+
+=item Compress::Zlib::pod::FAQ
+
+Frequently Asked Questions about Compress::Zlib 
+
 =item Config
 
 Access Perl configuration information
@@ -381,6 +413,10 @@ Get pathname of current working directory
 
 Programmatic interface to the Perl debugging API (draft, subject to
 
+=item DBM_Filter
+
+Filter DBM keys/values 
+
 =item DB_File
 
 Perl5 access to Berkeley DB version 1.x
@@ -413,10 +449,18 @@ Modules that calculate message digests
 
 Perl interface to the MD5 Algorithm
 
+=item Digest::SHA
+
+Perl extension for SHA-1/224/256/384/512
+
 =item Digest::base
 
 Digest base class
 
+=item Digest::file
+
+Calculate digests of files
+
 =item DirHandle
 
 Supply object methods for directory handles
@@ -541,6 +585,14 @@ Implements default import method for modules
 
 Exporter guts
 
+=item ExtUtils::CBuilder
+
+Compile and link C code for Perl modules
+
+=item ExtUtils::CBuilder::Platform::Windows
+
+Builder class for Windows platforms
+
 =item ExtUtils::Command
 
 Utilities to replace common UNIX commands in Makefiles etc.
@@ -553,6 +605,18 @@ Commands for the MM's to use in Makefiles
 
 Generate XS code to import C header constants
 
+=item ExtUtils::Constant::Base
+
+Base class for ExtUtils::Constant objects
+
+=item ExtUtils::Constant::Utils
+
+Helper functions for ExtUtils::Constant
+
+=item ExtUtils::Constant::XS
+
+Base class for ExtUtils::Constant objects
+
 =item ExtUtils::Embed
 
 Utilities for embedding Perl in C/C++ applications
@@ -573,6 +637,10 @@ Determine libraries to use and how to use them
 
 OS adjusted ExtUtils::MakeMaker subclass
 
+=item ExtUtils::MM_AIX
+
+AIX specific subclass of ExtUtils::MM_Unix
+
 =item ExtUtils::MM_Any
 
 Platform-agnostic MM methods
@@ -591,7 +659,7 @@ DOS specific subclass of ExtUtils::MM_Unix
 
 =item ExtUtils::MM_MacOS
 
-Methods to override UN*X behaviour in ExtUtils::MakeMaker
+Once produced Makefiles for MacOS Classic
 
 =item ExtUtils::MM_NW5
 
@@ -601,6 +669,10 @@ Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
 Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
+=item ExtUtils::MM_QNX
+
+QNX specific subclass of ExtUtils::MM_Unix
+
 =item ExtUtils::MM_UWIN
 
 U/WIN specific subclass of ExtUtils::MM_Unix
@@ -613,6 +685,10 @@ Methods used by ExtUtils::MakeMaker
 
 Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
+=item ExtUtils::MM_VOS
+
+VOS specific subclass of ExtUtils::MM_Unix
+
 =item ExtUtils::MM_Win32
 
 Methods to override UN*X behaviour in ExtUtils::MakeMaker
@@ -629,6 +705,10 @@ ExtUtils::MakeMaker subclass for customization
 
 Create a module Makefile
 
+=item ExtUtils::MakeMaker::Config
+
+Wrapper around Config.pm
+
 =item ExtUtils::MakeMaker::FAQ
 
 Frequently Asked Questions About MakeMaker
@@ -661,6 +741,10 @@ Write linker options files for dynamic extension
 
 Manage .packlist files
 
+=item ExtUtils::ParseXS
+
+Converts Perl XS code into C code
+
 =item ExtUtils::testlib
 
 Add blib/* directories to @INC
@@ -675,7 +759,7 @@ Load the C Fcntl.h defines
 
 =item File::Basename
 
-Split a pathname into pieces
+Parse file paths into directory, filename and suffix.
 
 =item File::CheckTree
 
@@ -701,6 +785,10 @@ Traverse a directory tree.
 
 Perl extension for BSD glob routine
 
+=item File::GlobMapper
+
+Extend File Glob to Allow Input and Output Files
+
 =item File::Path
 
 Create or remove directory trees
@@ -793,6 +881,10 @@ Compare 8-bit scalar data according to the current locale
 
 Functions for dealing with RFC3066-style language tags
 
+=item I18N::LangTags::Detect
+
+Detect the user's language preferences
+
 =item I18N::LangTags::List
 
 Tags and names for human languages
@@ -805,6 +897,18 @@ Query locale information
 
 Load various IO modules
 
+=item IO::Compress::Deflate
+
+Perl interface to write RFC 1950 files/buffers
+
+=item IO::Compress::Gzip
+
+Perl interface to write RFC 1952 files/buffers
+
+=item IO::Compress::RawDeflate
+
+Perl interface to write RFC 1951 files/buffers
+
 =item IO::Dir
 
 Supply object methods for directory handles
@@ -845,6 +949,26 @@ Object interface for AF_INET domain sockets
 
 Object interface for AF_UNIX domain sockets
 
+=item IO::Uncompress::AnyInflate
+
+Perl interface to read RFC 1950, 1951 & 1952 files/buffers
+
+=item IO::Uncompress::Gunzip
+
+Perl interface to read RFC 1952 files/buffers
+
+=item IO::Uncompress::Inflate
+
+Perl interface to read RFC 1950 files/buffers
+
+=item IO::Uncompress::RawInflate
+
+Perl interface to read RFC 1951 files/buffers
+
+=item IO::Zlib
+
+IO:: style interface to L<Compress::Zlib>
+
 =item IPC::Open2
 
 Open a process for both reading and writing
@@ -911,15 +1035,23 @@ Arbitrary size floating point math package
 
 =item Math::BigInt
 
-Arbitrary size integer math package
+Arbitrary size integer/float math package
 
 =item Math::BigInt::Calc
 
 Pure Perl module to support Math::BigInt
 
+=item Math::BigInt::CalcEmu
+
+Emulate low-level math with BigInt code
+
+=item Math::BigInt::FastCalc
+
+Math::BigInt::Calc with some XS for more speed
+
 =item Math::BigRat
 
-Arbitrarily big rationals
+Arbitrary big rational numbers
 
 =item Math::Complex
 
@@ -961,6 +1093,10 @@ Glue to provide EXISTS for SDBM_File for Storable use
 
 Store Memoized data in Storable database
 
+=item Module::CoreList
+
+What modules shipped with versions of perl
+
 =item NDBM_File
 
 Tied access to ndbm files
@@ -1069,6 +1205,10 @@ PerlIO layer for quoted-printable strings
 
 Check pod documents for syntax errors
 
+=item Pod::Escapes
+
+For resolving Pod EE<lt>...E<gt> sequences
+
 =item Pod::Find
 
 Find POD documents in directory trees
@@ -1149,6 +1289,90 @@ Perl extension for converting Pod to old style Pod.
 
 Extract selected sections of POD from input
 
+=item Pod::Simple
+
+Framework for parsing Pod
+
+=item Pod::Simple::Checker
+
+Check the Pod syntax of a document
+
+=item Pod::Simple::Debug
+
+Put Pod::Simple into trace/debug mode
+
+=item Pod::Simple::DumpAsText
+
+Dump Pod-parsing events as text
+
+=item Pod::Simple::DumpAsXML
+
+Turn Pod into XML
+
+=item Pod::Simple::HTML
+
+Convert Pod to HTML
+
+=item Pod::Simple::HTMLBatch
+
+Convert several Pod files to several HTML files
+
+=item Pod::Simple::LinkSection
+
+Represent "section" attributes of L codes
+
+=item Pod::Simple::Methody
+
+Turn Pod::Simple events into method calls
+
+=item Pod::Simple::PullParser
+
+A pull-parser interface to parsing Pod
+
+=item Pod::Simple::PullParserEndToken
+
+End-tokens from Pod::Simple::PullParser
+
+=item Pod::Simple::PullParserStartToken
+
+Start-tokens from Pod::Simple::PullParser
+
+=item Pod::Simple::PullParserTextToken
+
+Text-tokens from Pod::Simple::PullParser
+
+=item Pod::Simple::PullParserToken
+
+Tokens from Pod::Simple::PullParser
+
+=item Pod::Simple::RTF
+
+Format Pod as RTF
+
+=item Pod::Simple::Search
+
+Find POD documents in directory trees
+
+=item Pod::Simple::SimpleTree
+
+Parse Pod into a simple parse tree 
+
+=item Pod::Simple::Subclassing
+
+Write a formatter as a Pod::Simple subclass
+
+=item Pod::Simple::Text
+
+Format Pod as plaintext
+
+=item Pod::Simple::TextContent
+
+Get the text content of Pod
+
+=item Pod::Simple::XMLOutStream
+
+Turn Pod into XML
+
 =item Pod::Text
 
 Convert POD data to formatted ASCII text
@@ -1245,6 +1469,18 @@ Provides a simple framework for writing test scripts
 
 Backend for building test libraries
 
+=item Test::Builder::Module
+
+Base class for test modules
+
+=item Test::Builder::Tester
+
+Test testsuites that have been built with
+
+=item Test::Builder::Tester::Color
+
+Turn on colour in Test::Builder::Tester
+
 =item Test::Harness
 
 Run Perl standard test scripts with statistics
@@ -1257,10 +1493,18 @@ Simple assert
 
 Internal Test::Harness Iterator
 
+=item Test::Harness::Point
+
+Object for tracking a single test point
+
 =item Test::Harness::Straps
 
 Detailed analysis of test results
 
+=item Test::Harness::TAP
+
+Documentation for the TAP format
+
 =item Test::More
 
 Yet another framework for writing test scripts
@@ -1393,10 +1637,6 @@ By-name interface to Perl's built-in getgr*() functions
 
 By-name interface to Perl's built-in getpw*() functions
 
-=item Win32
-
-Interfaces to some Win32 API Functions
-
 =item XS::APItest
 
 Test the perl C API