wok-current view perl-test-mockmodule/description.txt @ rev 25676

Add realtek.ko need by r8169.ko, fix post_install efivar
author Stanislas Leduc <shann@slitaz.org>
date Thu Mar 07 12:40:12 2024 +0000 (6 months ago)
parents
children
line source
1 Test::MockModule lets you temporarily redefine subroutines in other packages
2 for the purposes of unit testing.
4 A Test::MockModule object is set up to mock subroutines for a given module.
5 The object remembers the original subroutine so it can be easily restored.
6 This happens automatically when all MockModule objects for the given module
7 go out of scope, or when you unmock() the subroutine.