Changes for version 0.04 - 2003-10-17

  • Added compare_dirs_filter_ok which works like compare_dirs_ok, but sends each line of input through a caller supplied filter function first. This allows you to remove things like timestamps which though different should not count as failure.
  • Refactored to avoid code duplication in the compare_dirs* functions.
  • On advice from Schwern, converted tests to use the very nice Test::Builder::Tester. This made the tests nicer and easier to work on, but had no affect on the Files.pm code.
  • Improved the documentation (well I think it as in improvement)

Modules

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