Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

Test::MockModule - mock subroutines in a module

See the LICENSE section in lib/Test/MockModule.pm for usage and distribution rights.

Installation

Run these commands in the source directory:

perl Build.PL
./Build
./Build test
./Build install

Then delete the source directory tree since it's no longer needed.

Alternatively, you can simply install the module via cpanm:

cpanm Test::MockModule

Documentation

Run perldoc Test::MockModule to read the full documentation.