On Tue, Aug 19, 2014 at 1:11 PM, RAPPAZ Francois <francois.rap...@unifr.ch>
wrote:

>  Well, at the end you were right… scandeps.pl return after some 40
> minutes…
>

Is your Perl installation (or anything in @INC) on a network share?
Your test script pulls in several of the worst offenders, e.g. DateTime
causes lots of
DateTime/Locale/* and DateTime/Timezone/* files to be scanned, there's also
Moose, Perl unicore...


> I tried the –cd File option with pp and received an error, something like
> “cannot write to FILE, permission denied”, whether I gave a relative or an
> absolute path to an existing directory.
>
>
>
> That’s a file name I have to give ?
>

Yes, if it doesn't exist, Module::ScanDeps will create it.
Sorry, I currently can't try this myself, can you check with a simple
example.pl whether

scandeps.pl -C cache_file example.pl

works and then try

pp --cd cache_file example.pl


Cheers, Roderich

Reply via email to