Subject: | Add a blacklist of distros to ignore in responses from metacpan |
Sometimes people accidentally upload distributions that contain many modules from cpan that shouldn't be part of the distro.
Two examples are:
HTTP-CookieMonster-0.06
DateTime-ISO8601-Interval-0.001
These cause lots of false matches in dist-surveyor. Often it works out the right answer anyway, but not always. So these broken distros can cause more problems beyond spurious warnings like:
Test::FailWarnings seen in DateTime-ISO8601-Interval-0.001 - now overridden by Test-FailWarnings-0.004
TAP::Formatter::Color seen in HTTP-CookieMonster-0.06 - now overridden by Test-Harness-3.30
It would be nice to find an automated way to avoid this but meanwhile a command like option that would let the user blacklist problematic distros would be very helpful.