tokuhirom / p6-Crust

PSGI library stack for Perl6
Artistic License 2.0
66 stars 18 forks source link

Declare dependency on HTTP::Tinyish at test #108

Closed astj closed 5 years ago

astj commented 5 years ago

HTTP::Tinyish is used in tests, but the dependency is not declared in META6.json.

https://github.com/tokuhirom/p6-Crust/blob/fe89509964d5714c03374842325e2fb54808ed72/t/Crust-Handler/HTTP-Server-Tiny.t#L7

It looks like this module is used in tests only, so I added it as test-depends.

I believe all currently failing tests will be fixed with this patch and #107.

astj commented 5 years ago

thank you!