On Sat, Sep 1, 2018 at 3:09 PM Harald Jörg <h...@posteo.de> 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