Re: Adding to Module::ScanDeps %Preload?

2018-09-01 Thread Roderich Schupp
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

Re: Adding to Module::ScanDeps %Preload?

2018-09-01 Thread Harald Jörg
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

Re: Adding to Module::ScanDeps %Preload?

2018-09-01 Thread Roderich Schupp
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

Adding to Module::ScanDeps %Preload?

2018-08-31 Thread Harald Jörg
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