summaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockModule/DESCR
blob: 09b0bda3339e12bc9c30bafa2a7877d3dbe93ff8 (plain)
1
2
3
4
5
6
7
The 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.