Skip to content

Commit

Permalink
Change Perl6 -> Raku for TAP::Harness
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jan 25, 2021
1 parent e56ec87 commit 6737603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Zef/Service/TAP.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Zef::Service::TAP does Tester does Messenger {
$*OUT = OUT_CAPTURE.new;
$*ERR = ERR_CAPTURE.new;
my @incdirs = $path.absolute, |@includes;
my @handlers = ::("TAP::Harness::SourceHandler::Perl6").new(:@incdirs);
my @handlers = ::("TAP::Harness::SourceHandler::Raku").new(:@incdirs);
my $parser = ::("TAP::Harness").new(:@handlers);
my $promise = $parser.run(@test-files>>.relative($path));
my $result = $promise.result;
Expand Down
2 changes: 1 addition & 1 deletion resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"short-name" : "tap-harness",
"module" : "Zef::Service::TAP",
"comment" : "Perl6 TAP::Harness adapter"
"comment" : "Raku TAP::Harness adapter"
},
{
"short-name" : "prove",
Expand Down

0 comments on commit 6737603

Please sign in to comment.