Blame README.md

Packit 11f908
# Test::MockModule - mock subroutines in a module
Packit 11f908
Packit 11f908
See the LICENSE section in `lib/Test/MockModule.pm` for usage and
Packit 11f908
distribution rights.
Packit 11f908
Packit 11f908
## Installation
Packit 11f908
Packit 11f908
Run these commands in the source directory:
Packit 11f908
Packit 11f908
    perl Build.PL
Packit 11f908
    ./Build
Packit 11f908
    ./Build test
Packit 11f908
    ./Build install
Packit 11f908
Packit 11f908
Then delete the source directory tree since it's no longer needed.
Packit 11f908
Packit 11f908
Alternatively, you can simply install the module via `cpanm`:
Packit 11f908
Packit 11f908
    cpanm Test::MockModule
Packit 11f908
Packit 11f908
## Documentation
Packit 11f908
Packit 11f908
Run `perldoc Test::MockModule` to read the full documentation.