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.46 - 2002-07-20

  • Noted eq_set() isn't really a set comparision.
  • Test fix, exit codes are broken on MacPerl (bleadperl@16868)
  • Make Test::Simple install itself into the core for >= 5.8
  • Small fixes to Test::Tutorial and skip examples
  • Added TB->has_plan() from Adrian Howard
  • Clarified the meaning of 'actual_ok' from TB->details
  • Added TB->details() from chromatic
  • Neil Watkiss fixed a pre-5.8 test glitch with threads.t
  • If the test died before a plan, it would exit with 0 [ID 20020716.013]

Documentation

A tutorial about writing really basic tests

Modules

Backend for building test libraries
yet another framework for writing test scripts
Basic utilities for writing tests.