File: README.md

package info (click to toggle)
libtest-mockmodule-perl 0.178.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 245; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.