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

  • Update test for our FreeBSD results
  • GH #122 - Support two-arg open, read/write, and understand pipes
  • Add strict guards for additional keywords: readdir, telldir, rewinddir, seekdir, closedir, readlink, mkdir, rmdir
  • Revert to old symbol resolution technique.

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