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

  • Fix broken link to small test documentation
  • Ensure strict mode is enabled by default and prevent import conflicts.
  • Fix warnings during global destruction
  • Additional rules for _abs_path_to_file
  • GH #103 - Update eg/example.pl:
  • Add rmdir, mkdir and unlink default position
  • Postpone file arg check during strict mode analysis
  • Fixup hook args and teach for mkdir filename pos
  • Perltidy policy changes.
  • Use carp in filename and readlink
  • Fix broken link to small test documentation

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