X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlmodlib.pod;h=c0a447ee77a12985d859d2a0862ea5d316dd076b;hb=4e42dfb1441e110bf697e136cebfeff74cf33d6f;hp=164b9cf076f2d4d998f22173a62a9b00976b2f97;hpb=f6f3a1fea2bda9d33f9cc5367b630a21738c9def;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 164b9cf..c0a447e 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -151,6 +151,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 +225,14 @@ don't have the gdbm library. Provide framework for multiple DBMs +=item App::Prove + +Implements the C command. + +=item App::Prove::State + +State storage for the C command. + =item Archive::Extract A generic archive extracting mechanism @@ -265,6 +277,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 @@ -673,6 +689,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 @@ -1017,6 +1037,10 @@ IO:: style interface to L 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 @@ -1025,17 +1049,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 @@ -1645,6 +1669,118 @@ Perl interface to the UNIX syslog(3) calls Win32 support for Sys::Syslog +=item TAP::Base + +Base class that provides common functionality to L and L + +=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 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 @@ -1689,34 +1825,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