The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.14

  • Created a proper (ha!) API for prove state results and tests.
  • Added --count and --nocount options to prove to control X/Y display while running tests.
  • Added 'fresh' state option to run test scripts that have been touched since the test run.
  • fixed bug where PERL5OPT was not properly split
  • fixed regex in _filtered_inc. Fixes #39248. Thanks Slaven.

Documentation

contributing to TAP::Harness
Run tests through a TAP harness.

Modules

Implements the prove command.
State storage for the prove command.
Individual test suite results.
Individual test results.
Base class that provides common functionality to TAP::Parser and TAP::Harness
Run Perl test scripts with color
Harness output delegate for default console output
Harness output delegate for parallel console output
Harness output delegate for default console output
Run test scripts with statistics
Base class that provides common functionality to all TAP::* modules
Parse TAP output
Aggregate TAP::Parser results
A grammar for the Test Anything Protocol.
Internal base class for TAP::Parser Iterators
Internal TAP::Parser array Iterator
Internal TAP::Parser Iterator
Internal TAP::Parser Iterator
Internal TAP::Parser Iterator
Multiplex multiple TAP::Parsers
Base class for TAP::Parser output objects
Bailout result token.
Comment result token.
Plan result token.
TAP pragma token.
Test result token.
Unknown result token.
TAP syntax version token.
YAML result token.
Factory for creating TAP::Parser output objects
Schedule tests during parallel testing
A single testing job.
Stream output from some source
Stream Perl output
Internal TAP::Parser utilities
Read YAMLish data from iterator
Write YAMLish data
Run Perl standard test scripts with statistics