Path to this page:
./
devel/p5-Test-MockModule,
Perl 5 module to override subroutines in a module for unit testing
Branch: pkgsrc-2020Q2,
Version: 0.172.0,
Package name: p5-Test-MockModule-0.172.0,
Maintainer: pkgsrc-usersThe Perl 5 module Test::MockModule lets you temporarily redefine
subroutines in other packages for the purposes of unit testing.
A Test::MockModule object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be
easily restored. This happens automatically when all MockModule
objects for the given module go out of scope, or when you unmock()
the subroutine.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 2767a04c9f3c47a7e6c9ec84544fefc27d750120
RMD160: 869f37afe952608743ec03f4c3e253be2e4d7b45
Filesize: 27.628 KB
Version history: (Expand)
- (2020-07-01) Package added to pkgsrc.se, version p5-Test-MockModule-0.172.0 (created)