Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authordeps should not output filtered modules [rt.cpan.org #78962] #691

Open
rjbs opened this issue Jul 3, 2021 · 0 comments
Open

authordeps should not output filtered modules [rt.cpan.org #78962] #691

rjbs opened this issue Jul 3, 2021 · 0 comments

Comments

@rjbs
Copy link
Owner

rjbs commented Jul 3, 2021

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant