Skip to content

Commit

Permalink
Fix urls to module source
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Feb 25, 2018
1 parent c13f9b1 commit 98a2004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -126,9 +126,9 @@ specify a different implementation and other options.
## Test Utilities

This repository contains
[`Test::Util` module](blob/master/packages/Test/Util.pm) with helper routines
[`Test::Util` module](packages/Test/Util.pm) with helper routines
you can use when writing tests. See POD documentation included at the end of
the [module's source code](blob/master/packages/Test/Util.pm). To include
the [module's source code](packages/Test/Util.pm). To include
the module, in your test file, you need to add `use lib` line to your test file.

use lib $?FILE.IO.parent(2).add: 'packages';
Expand Down

0 comments on commit 98a2004

Please sign in to comment.