Re: Adding to Module::ScanDeps %Preload?

[email protected] (Roderich Schupp) Sat, 1 Sep 2018 22:53:05 +0200
Newsgroups perl.par
Message-ID <CAC9r9zYo9RdqoFjxs=H0zTa0yVmBN+ZW2pbYPnUzNoPxiU5sZw@mail.gmail.com>
On Sat, Sep 1, 2018 at 3:09 PM Harald Jörg <[email protected]> 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::".

Cheers, Roderich