authordeps should not output filtered modules [rt.cpan.org #78962]
Opened this issue · 0 comments
rjbs commented
https://rt.cpan.org/Ticket/Display.html?id=78962
Test::Kwalitee will not install on Windows, because Module::Signature
won't. Test::EOL doesn't install cleanly, either. So when I wanted to use
[@TestingMania] in my distribution, I figured I'd just filter out the
uninstallable modules do a forced install:
[@Filter]
-bundle = @TestingMania
-remove = Test::Kwalitee
-remove = Test::EOL
However, even with this in my dist.ini, running `dzil authordeps` still
outputs all of the modules that I can't install. I can no longer use the
simple `dzil authordeps | cpanm` command, because it was always try to
install modules that will never work.