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

> Shall I add –M Variable/Magic.pm – M  B/Hooks/EndOfScope/PP/FieldHash.pm ?


It should read  -M Variable::Magic -M B::Hooks::EndOfScope::PP
(the latter should not be necessary if you were using the latest
Module::ScanDeps).

Alternatively, you could pack with "pp -x ..." as M::SD may not detect all
stuff
loaded by Module::Runtime by using static analysis (it's called a *runtime*
loader for a reason).
Note that this will run your script once.

Cheers, Roderich

Reply via email to