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

Changes for version 0.76_02 - 2008-02-24

  • Bug fixes
  • The default test output filehandles will NOT use utf8. They will now copy the IO layers from STDOUT and STDERR. This means if :utf8 is on then it will honor it and not warn about wide characters.

Changes for version 0.76_01 - 2008-02-23

  • Bug fixes
  • Test::Builder no longer uses a __DIE__ handler. This resolves a number of problems with exit codes being swallowed or other module's handlers being interfered with. [rt.cpan.org 25294]
  • Allow maybe_regex() to detect blessed regexes. [bleadperl @32880]
  • The default test output filehandles will now use utf8.
    • rt.cpan.org 21091
  • Test fixes
  • Remove the signature test. Adds no security and just generates failures.

Documentation

A tutorial about writing really basic tests

Modules

Backend for building test libraries
Base class for test modules
test testsuites that have been built with Test::Builder
turn on colour in Test::Builder::Tester
yet another framework for writing test scripts
Basic utilities for writing tests.

Provides

in lib/Test/Builder/Tester.pm