Skip to content

Commit

Permalink
Merge pull request #4 from paultcochrane/pr/remove-obsolete-inc
Browse files Browse the repository at this point in the history
Remove @*INC usage
  • Loading branch information
leto committed Dec 2, 2015
2 parents 8c74374 + e1e837f commit d8fd20b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@

## Running Tests

prove -e perl6 -r t/

$ prove -e "perl6 -Ilib" -r t/
3 changes: 0 additions & 3 deletions t/00-basic.t
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use v6;
use Test;

# because prove -l doesn't work for perl 6 modules
BEGIN { unshift @*INC, './lib'; }

plan 4;

use Algorithm::Soundex;
Expand Down

0 comments on commit d8fd20b

Please sign in to comment.