On Sat, Sep 1, 2018 at 3:09 PM Harald Jörg wrote:
> "=> 'sub'" actually does what I hoped it would do :)
>
'Foo/Bar.pm' => 'sub'
means: add anything below .../Foo/Bar/ as dependency (and scan these
modules, too) where "..." loops over all of @INC.
It's similar to pp's option "-M Foo::Bar::".
C
Roderich Schupp writes:
> On Fri, Aug 31, 2018 at 6:32 PM Harald Jörg wrote:
>
> I could prepare a Pull Request,
>
> Sure. But I just commited these :)
> https://github.com/rschupp/Module-ScanDeps/commit/7ceb274d85ee7725e444674af3e35e644b6bd3b3
> (for
> HTTP::Entity::Parser)
> https://github.c
On Fri, Aug 31, 2018 at 6:32 PM Harald Jörg wrote:
> I could prepare a Pull Request,
Sure. But I just commited these :)
https://github.com/rschupp/Module-ScanDeps/commit/7ceb274d85ee7725e444674af3e35e644b6bd3b3
(for HTTP::Entity::Parser)
https://github.com/rschupp/Module-ScanDeps/commit/a9219a8
Hello Packers,
is there a policy or recommendation how to deal with dependencies which
can't be detected by the heuristics in Module::ScanDeps?
I could prepare a Pull Request, but the list of hardcoded dependencies
is already quite long, and perhaps no one else has the same issue. For
my own pur