Changes for version 0.11 - 2005-11-07

  • Added Algorithm::Diff to the prereq list in Makefile.PL (Text::Diff already requires it, but I wanted to make it more explicit).
  • Corrected docs to explain that compare_dirs_ok and compare_dirs_filter_ok compare files from the first directory (and its sub dirs) to files in the second directory. Files missing from the second directory are noted, but files missing from the first directory are not. Callers should combine this test with dir_contains_ok or dir_contains_only-ok, if they want to ensure that the first directory is complete.

Modules

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