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
- Test::Builder - Backend for building test libraries
- 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::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