Corion / Test-HTTP-LocalServer

spawn a local HTTP server for testing
Artistic License 2.0
1 stars 2 forks source link

Unset `x_static_install` #6

Closed zmughal closed 8 months ago

zmughal commented 8 months ago

Because there are non-*.pm files that need to be installed under lib/. Otherwise installers that use that setting will not install lib/Test/HTTP/log-server.

Work around is to force those installers to not use the setting:

$ cpanm --no-static-install Test::HTTP::LocalServer
Corion commented 8 months ago

Great spot, thanks!

I'll merge and release a fresh version!