Test::Output 0.05

hide on 2005-03-05T00:19:14

Test::Output 0.05 has been released (mirrored by CPAN soon).

The main difference in this version is a patch from chromatic (thank you). His patch fixed a bug where all tests printed error diags even if they passed. Additional tests were added to ensure that no output is sent from diag in successful tests.

While releasing this version I realized I never wrote anything about version 0.04 which saw some major changes:

  • Added functions: output_like and output_unlike.
  • stdout_from, stderr_from, and output_from were removed from @EXPORT and moved to @EXPORT_OK as suggested by Schwern.
  • Renamed test “comment” to “description”.
  • Refactoring and additional tests.