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.023

  • GH #58: Fix synopsis typos
  • GH #65: Fix typos in the typo fixes.
  • GH #34: Support open() with barewords
  • GH #59: Detect and reject common path mistakes when mocking
  • GH #69: Redesigned dir() (and some file()) interface <--- breaks previous interface
  • GH #40: Support glob()
  • GH #15: Implement chown/chmod

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