Raku / tap-harness6

A TAP harness for Raku
Artistic License 2.0
8 stars 15 forks source link

Use RAKULIB instead of -I for directory paths #51

Closed Leont closed 1 year ago

Leont commented 2 years ago

Currently TAP::Harness adds include paths using -I, which works fine in most cases but fails if any tests start new raku processes that depend on those paths. Using RAKULIB instead should allow those programs to function as expected.

Leont commented 1 year ago

This has been fixed in 0.3.12