Changes for version 0.03 - 2003-10-15

  • Made various refactorings to increase code reuse.
  • Changed from using Test::Differences to using Text::Diff. This has two advantages: 1. It makes it slightly easier to have the location of the error correctly reported when a test fails. 2. It enables compares_dirs_ok which needs to compare lots of files while reporting a single error.
  • Added compare_dirs_ok which compares all files in a pair of directory, failing with diff diagnostics if any disagree.

Modules

A Test::Builder based module to ease testing with files and dirs