Binary package “libtest-mockfile-perl” in ubuntu noble

Perl module that allows tests to validate code, without requiring a file system

 Test::MockFile intercepts file system calls for specific files so unit testing
 can take place without any files being altered on disk. This is useful for
 small tests where file interaction is discouraged.
 .
 A strict mode is even provided (and turned on by default) which can throw a
 die when files are accessed during your tests!