Skip to content

Commit

Permalink
Update TAP.pm6
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe authored Mar 6, 2017
1 parent 07ffa97 commit daf2687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Zef/Service/TAP.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Zef::Service::TAP does Tester does Messenger {

my $cwd = $*CWD;
my $result = try {
require TAP;
chdir($path);
my @incdirs = $path.IO.child('lib').absolute, |@includes;
my @handlers = ::("TAP::Harness::SourceHandler::Perl6").new(:@incdirs);
Expand Down

0 comments on commit daf2687

Please sign in to comment.