The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.012

  • Fix for #21 - length undef on perl 5.10
  • GH #20 - Add EPERM support for freebsd when unlinking directories
  • Fix for print $fh undef throwing a warning
  • Remove faulty OS level test of readdir after opendir.

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