Sparrow6.git | .tomty/ | text-blocks-stream.raku
#!perl6
use Sparrow6::Task::Runner;
Sparrow6::Task::Runner::Api.new(
name => "text-blocks-stream",
root => "examples/tasks",
task => "text-blocks-stream",
do-test => True,
show-test-result => True,
).task-run;