Core modules (T)
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
- TAP::Base - Base class that provides common functionality to TAP::Parser and TAP::Harness
- TAP::Formatter::Base - Base class for harness output delegates
- TAP::Formatter::Color - Run Perl test scripts with color
- TAP::Formatter::Console - Harness output delegate for default console output
- TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel console output
- TAP::Formatter::Console::Session - Harness output delegate for default console output
- TAP::Formatter::File - Harness output delegate for file output
- TAP::Formatter::File::Session - Harness output delegate for file output
- TAP::Formatter::Session - Abstract base class for harness output delegate
- TAP::Harness - Run test scripts with statistics
- TAP::Harness::Env - Parsing harness related environmental variables where appropriate
- TAP::Object - Base class that provides common functionality to all TAP::* modules
- TAP::Parser - Parse TAP|Test::Harness::TAP output
- TAP::Parser::Aggregator - Aggregate TAP::Parser results
- TAP::Parser::Grammar - A grammar for the Test Anything Protocol.
- TAP::Parser::Iterator - Base class for TAP source iterators
- TAP::Parser::Iterator::Array - Iterator for array-based TAP sources
- TAP::Parser::Iterator::Process - Iterator for process-based TAP sources
- TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources
- TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use for a given Source
- TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
- TAP::Parser::Result - Base class for TAP::Parser output objects
- TAP::Parser::Result::Bailout - Bailout result token.
- TAP::Parser::Result::Comment - Comment result token.
- TAP::Parser::Result::Plan - Plan result token.
- TAP::Parser::Result::Pragma - TAP pragma token.
- TAP::Parser::Result::Test - Test result token.
- TAP::Parser::Result::Unknown - Unknown result token.
- TAP::Parser::Result::Version - TAP syntax version token.
- TAP::Parser::Result::YAML - YAML result token.
- TAP::Parser::ResultFactory - Factory for creating TAP::Parser output objects
- TAP::Parser::Scheduler - Schedule tests during parallel testing
- TAP::Parser::Scheduler::Job - A single testing job.
- TAP::Parser::Scheduler::Spinner - A no-op job.
- TAP::Parser::Source - a TAP source & meta data about it
- TAP::Parser::SourceHandler - Base class for different TAP source handlers
- TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP source
- TAP::Parser::SourceHandler::File - Stream TAP from a text file.
- TAP::Parser::SourceHandler::Handle - Stream TAP from an IO::Handle or a GLOB.
- TAP::Parser::SourceHandler::Perl - Stream TAP from a Perl executable
- TAP::Parser::SourceHandler::RawTAP - Stream output from raw TAP in a scalar/array ref.
- TAP::Parser::YAMLish::Reader - Read YAMLish data from iterator
- TAP::Parser::YAMLish::Writer - Write YAMLish data
- Term::ANSIColor - Color screen output using ANSI escape sequences
- Term::Cap - Perl termcap interface
- Term::Complete - Perl word completion module
- Term::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions.
- Test - provides a simple framework for writing test scripts
- Test2 - Framework for writing test tools that all work together.
- Test2::API - Primary interface for writing Test2 based testing tools.
- Test2::API::Breakage - What breaks at what version
- Test2::API::Context - Object to represent a testing context.
- Test2::API::Instance - Object used by Test2::API under the hood
- Test2::API::Stack - Object to manage a stack of Test2::Hub instances.
- Test2::Event - Base class for events
- Test2::Event::Bail - Bailout!
- Test2::Event::Diag - Diag event type
- Test2::Event::Encoding - Set the encoding for the output stream
- Test2::Event::Exception - Exception event
- Test2::Event::Fail - Event for a simple failed assertion
- Test2::Event::Generic - Generic event type.
- Test2::Event::Note - Note event type
- Test2::Event::Ok - Ok event type
- Test2::Event::Pass - Event for a simple passing assertion
- Test2::Event::Plan - The event of a plan
- Test2::Event::Skip - Skip event type
- Test2::Event::Subtest - Event for subtest types
- Test2::Event::TAP::Version - Event for TAP version.
- Test2::Event::V2 - Second generation event.
- Test2::Event::Waiting - Tell all procs/threads it is time to be done
- Test2::EventFacet - Base class for all event facets.
- Test2::EventFacet::About - Facet with event details.
- Test2::EventFacet::Amnesty - Facet for assertion amnesty.
- Test2::EventFacet::Assert - Facet representing an assertion.
- Test2::EventFacet::Control - Facet for hub actions and behaviors.
- Test2::EventFacet::Error - Facet for errors that need to be shown.
- Test2::EventFacet::Hub - Test2::EventFacet::Hub
- Test2::EventFacet::Info - Facet for information a developer might care about.
- Test2::EventFacet::Meta - Facet for meta-data
- Test2::EventFacet::Parent - Base class for all event facets.
- Test2::EventFacet::Plan - Facet for setting the plan
- Test2::EventFacet::Render - Facet that dictates how to render an event.
- Test2::EventFacet::Trace - Debug information for events
- Test2::Formatter - Namespace for formatters.
- Test2::Formatter::TAP - Standard TAP formatter
- Test2::Hub - The conduit through which all events flow.
- Test2::Hub::Interceptor - Hub used by interceptor to grab results.
- Test2::Hub::Interceptor::Terminator - Exception class used by Test2::Hub::Interceptor
- Test2::Hub::Subtest - Hub used by subtests
- Test2::IPC - Turn on IPC for threading or forking support.
- Test2::IPC::Driver - Base class for Test2 IPC drivers.
- Test2::IPC::Driver::Files - Temp dir + Files concurrency model.
- Test2::Tools::Tiny - Tiny set of tools for unfortunate souls who cannot use Test2::Suite.
- Test2::Util - Tools used by Test2 and friends.
- Test2::Util::ExternalMeta - Allow third party tools to safely attach meta-data to your instances.
- Test2::Util::Facets2Legacy - Convert facet data to the legacy event API.
- Test2::Util::HashBase - Build hash based classes.
- Test2::Util::Trace - Legacy wrapper fro Test2::EventFacet::Trace.
- Test::Builder - Backend for building test libraries
- Test::Builder::Formatter - Test::Builder subclass of Test2::Formatter::TAP
- Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder
- Test::Builder::Module - Base class for test modules
- Test::Builder::Tester - test testsuites that have been built with Test::Builder
- Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
- Test::Builder::TodoDiag - Test::Builder subclass of Test2::Event::Diag
- Test::Harness - Run Perl standard test scripts with statistics
- Test::More - yet another framework for writing test scripts
- Test::Simple - Basic utilities for writing tests.
- Test::Tester - Ease testing test modules built with Test::Builder
- Test::Tester::Capture - Help testing test modules built with Test::Builder
- Test::Tester::CaptureRunner - Help testing test modules built with Test::Builder
- Test::use::ok - Alternative to Test::More::use_ok
- Text::Abbrev - abbrev - create an abbreviation table from a list
- Text::Balanced - Extract delimited text sequences from strings.
- Text::ParseWords - parse text into an array of tokens or array of arrays
- Text::Tabs - expand and unexpand tabs like unix expand(1) and unexpand(1)
- Text::Wrap - line wrapping to form simple paragraphs
- Thread - Manipulate threads in Perl (for old code only)
- Thread::Queue - Thread-safe queues
- Thread::Semaphore - Thread-safe semaphores
- Tie::Array - base class for tied arrays
- Tie::File - Access the lines of a disk file via a Perl array
- Tie::Handle - base class definitions for tied handles
- Tie::Hash - base class definitions for tied hashes
- Tie::Hash::NamedCapture - Named regexp capture buffers
- Tie::Memoize - add data to hash when needed
- Tie::RefHash - use references as hash keys
- Tie::Scalar - base class definitions for tied scalars
- Tie::StdHandle - base class definitions for tied handles
- Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
- Time::gmtime - by-name interface to Perl's built-in gmtime() function
- Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers
- Time::Local - Efficiently compute time from local and GMT time
- Time::localtime - by-name interface to Perl's built-in localtime() function
- Time::Piece - Object Oriented time objects
- Time::Seconds - a simple API to convert seconds to other date values
- Time::tm - internal object used by Time::gmtime and Time::localtime