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

Changes for version 0.0102 - 2007-06-12

  • Fixed a class-inheritance-graph problem in which the plugin inherited from Test::Run::Core and caused the functions of the plugins following it to be referenced directly from Test::Run::Core.
  • Note: instead of inheriting from Class::Accessor inherit from Test::Run::Base which defines ->new properly.

Modules

Color the individual test file verdicts in Test::Run::CmdLine.
make the file verdict ("ok", "NOT OK") colorful.
a subclass of the ::CanonFailedObj that renders the failed line with colors.
common functionality that deals with the color fields for both the main object and the CanonFailedObj.