Without the argument the scandeps -C File –xVB … runs ok ! Now that I have a cache file from a dynamic scan, may I use it with pp without the –x check ? For example, will this include the modules detected by scandeps.pl –x ? pp -B -cd .\ppcache_from_scandeps -o myarchive.par myscript.pl
Thanks François From: [email protected] [mailto:[email protected]] On Behalf Of Roderich Schupp Sent: mercredi, 20. août 2014 13:33 To: RAPPAZ Francois Cc: [email protected] Subject: Re: packaging a script that uses DBIx::Class On Wed, Aug 20, 2014 at 12:48 PM, RAPPAZ Francois <[email protected]<mailto:[email protected]>> wrote: I got SYSTEM ERROR in executing cmdui.pl<http://cmdui.pl>: 65280 at C:/strawberry/perl/site/lib/Module/ScanDeps.pm line 1351. "scandeps -x ... cmdui.pl<http://cmdui.pl>" tries to run your script once (under some instrumentation), ie. it does "perl ... cmdui.pl<http://cmdui.pl>". If your script insists on arguments and dies otherwise, this would be the result. And sorry, there's no way to pass arguments down. Cheers, Roderich
