wok diff perl-test-mockmodule/description.txt @ rev 25159

updated pv (1.6.6 -> 1.6.20)
author Hans-G?nter Theisgen
date Thu Jun 30 17:58:13 2022 +0100 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-test-mockmodule/description.txt	Thu Jun 30 17:58:13 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Test::MockModule lets you temporarily redefine subroutines in other packages
     1.5 +for the purposes of unit testing.
     1.6 +
     1.7 +A Test::MockModule object is set up to mock subroutines for a given module.
     1.8 +The object remembers the original subroutine so it can be easily restored.
     1.9 +This happens automatically when all MockModule objects for the given module
    1.10 +go out of scope, or when you unmock() the subroutine.