devel/p5-Test-Mock-Cmd - The NetBSD Packages Collection

Mock system(), exec(), and qx() for testing

Mock system(), exec(), qx() (AKA `` and readpipe()) with your own
functions in order to test code that may call them.

Some uses might be:

- avoid actually running the system command, just pretend we did
  (simulate [un]expected output, return values, etc)
- test various return value handling (e.g. the system command core dumps
  how does the object handle that)
- test that the arguments that will be passed to a system command
  are correct
- simulate that really hard to reproduce low level edge case to make
  sure your code works correctly on affected systems
- etc etc

Build dependencies

devel/p5-Module-Build pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

devel/p5-Test-Carp lang/perl5 lang/perl5

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64p5-Test-Mock-Cmd-0.7.tgz
NetBSD 10.0aarch64ebp5-Test-Mock-Cmd-0.7.tgz
NetBSD 10.0earmv6hfp5-Test-Mock-Cmd-0.7.tgz
NetBSD 10.0earmv7hfp5-Test-Mock-Cmd-0.7.tgz
NetBSD 10.0i386p5-Test-Mock-Cmd-0.7.tgz
NetBSD 10.0x86_64p5-Test-Mock-Cmd-0.7.tgz
NetBSD 9.0aarch64p5-Test-Mock-Cmd-0.7.tgz
NetBSD 9.0earmv6hfp5-Test-Mock-Cmd-0.7.tgz
NetBSD 9.0earmv7hfp5-Test-Mock-Cmd-0.7.tgz
NetBSD 9.0i386p5-Test-Mock-Cmd-0.7.tgz
NetBSD 9.0x86_64p5-Test-Mock-Cmd-0.7.tgz
NetBSD 9.3x86_64p5-Test-Mock-Cmd-0.7.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.