Closed zmughal closed 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.
*.pm
lib/
lib/Test/HTTP/log-server
Work around is to force those installers to not use the setting:
$ cpanm --no-static-install Test::HTTP::LocalServer
Great spot, thanks!
I'll merge and release a fresh version!
Because there are non-
*.pm
files that need to be installed underlib/
. Otherwise installers that use that setting will not installlib/Test/HTTP/log-server
.Work around is to force those installers to not use the setting: