Often I'm interested about the outdatedness of only on a subset of the modules I have installed.
For example I want to check:
- just my installed dzil plugins:
Dist::Zilla::Plugins::
- the dependencies on the project I work:
dzil listdeps --author
- the development dependencies on this dzil project:
dzil authordeps
So I currently have to filter the output of cpan-outdated. But it would be more efficient to be able to filter the modules that are checked in input.
It would be helpful to be able to feed a list of modules on STDIN that would be the list of modules in which we are interested.
Often I'm interested about the outdatedness of only on a subset of the modules I have installed.
For example I want to check:
Dist::Zilla::Plugins::dzil listdeps --authordzil authordepsSo I currently have to filter the output of
cpan-outdated. But it would be more efficient to be able to filter the modules that are checked in input.It would be helpful to be able to feed a list of modules on STDIN that would be the list of modules in which we are interested.