Skip to content

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

@rjbs

Description

@rjbs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions