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

Changes for version 2.31_03 - 2003-11-03

  • FEATURES
    • prove is almost feature-complete. Removed the handling of --exclude for excluding certain tests. It may go back in the future.
    • prove -d is now debug. Dry is prove -D.

Changes for version 2.31_02 - 2003-10-31

  • FEATURES
    • Added many more switches to prove: -d for dry run, and -b for blib.
  • FIXES
    • T:H:Straps now recognizes MSWin32 in $^0.
    • RT#3811: Could do regex matching on garbage in _is_test(). Fixed by Yves Orton
    • RT#3827: Strips backslashes from and normalizes @INC entries for Win32. Fixed by Yves Orton.
  • INTERNALS
    • Added $self->{_is_macos} to the T:H:Strap object.
    • t/test-harness.t sorts its test results, rather than relying on internal key order.

Changes for version 2.31_01

  • FEATURES
    • Added "prove" script to run a test or set of tests through the harness. Thanks to Curtis Poe for the foundation.
  • DOCUMENTATION
    • Fixed POD problem in Test::Harness::Assert

Documentation

A command-line tool for running tests against Test::Harness

Modules

run perl standard test scripts with statistics
simple assert
Internal Test::Harness Iterator
detailed analysis of test results

Provides

in lib/Test/Harness/Iterator.pm
in lib/Test/Harness/Iterator.pm