The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.63 - 2006-07-09

  • Fixed can_ok() to gracefully handle no class name. Submitted by "Pete Krawczyk" <perl@bsod.net> Implemented by "Richard Foley" <richard.foley@rfi.net>
    • rt.cpan.org 15654
  • Added test_pass() to Test::Builder::Tester rather than having to call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317]
  • test_fail() now accepts a test diagnostic rather than having to call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319]
  • Changed Test::Builder::Tester docs to show best practice using test_fail() and test_pass().
  • isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org>
  • Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik>
  • Removed the LICENSE field from the Makefile.PL as the release of MakeMaker with that feature has been delayed.

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