You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
https://rt.cpan.org/Ticket/Display.html?id=78962
The text was updated successfully, but these errors were encountered: