The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.013

  • Add a helper to determine if goto can be used. Where it's available is complicated
  • First pass at bareword file handles for opendir and friends
  • Fix errant docs for making a symlink mock
  • Follow links for stat but not lstat
  • Add support for readlink
  • Try 2 to fix BSD issues with GH #20

Modules

Allows tests to validate code that can interact with files without touching the file system.
Provides a class object for Test::MockFile to give out for opendir calls.
Provides a class for Test::MockFile to tie to on open or sysopen.

Examples