-
-
26 Jan 2022 19:00:38 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (23)
- Testers (7 / 0 / 0)
- Kwalitee
Bus factor: 3- 78.93% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (42.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Todd Rinaldo
- Dependencies
- Overload::FileCheck
- Text::Glob
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.025
- Fix typo in chmod mock. Was accidentally calling chown.
- Fix dependency on Text::Glob. It is now a runtime requirement.
Changes for version 0.024_01
- GH #83: Get Solaris testers passing.
- Remove all use of "$!" in tests as this has tranlation problems.
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
Module Install Instructions
To install Test::MockFile, copy and paste the appropriate command in to your terminal.
cpanm Test::MockFile
perl -MCPAN -e shell install Test::MockFile
For more information on module installation, please visit the detailed CPAN module installation guide.