Changes for version 0.05 - 2003-10-20

  • Corrected diagnostic output in compare_dirs* so that each missing file is listed on its own line. Previously, they were juxtaposed on one line, including very pleasant #'s for decoration.
  • Changed Files.pm so none of the tests report timestamps. Some OSes (notably Solaris) translated the timestamps, probably to deal with time zones. I am explicitly deciding that timestamps do not count in file comparisons. If you need to test timestamps, use -M etc. Remember that the person installing your module won't always be in your timezone.
  • Corrected tests to reflect the removal of time stamps from file_ok output.
  • Sorted the list of missing files in compare_dirs* so that I can test the error message (and the new vesion is neater).

Modules

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