Subject: | HTTP::Server::Simple is a hard dependency |
Hi,
It seems that HTTP::Server::Simple is not supposed to be mandatory; according to a quick rgrep it's only ever required by tests and test helpers, and even those can be skipped if they detect that HTTP::Server::Simple is not available.
The build script, however, specifies that HTTP::Server::Simple is a required dependency.
This is not a huge problem, but at $work we only ever use CPAN-Mini-Inject to inject curated tarballs into our minicpan, so many of these dependencies are useless for us.