Skip to content

Commit

Permalink
Merge pull request #3 from paultcochrane/pr/readme-updates
Browse files Browse the repository at this point in the history
Updates to README
  • Loading branch information
geofffranks committed Oct 22, 2015
2 parents 639857f + 9b2481d commit e730b05
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README

This file was deleted.

23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.

0 comments on commit e730b05

Please sign in to comment.