This module is great, but its use is limited if you don't use it with
Dist::Zilla::Plugin::AutoPrereqs. I miss the following methods to scan
multiple files:
$scanner->scan_files( @files );
$scanner->scan_dir( $directory ); # recursive
The required functionality is hidden in
Dist::Zilla::Plugin::AutoPrereqs->register_prereqs
I had to copy the code from this module which is not like it should be.
Can you please refactor the modules and move some functionality from
Dist::Zilla::Plugin::AutoPrereqs to Perl::Prereq::Scanner?