> The command I use to create the par file 'update_create.par'
> from my script 'update_create.pl' is:
>  pp -vvv -x -n -p -o update_create.par update_create.pl
> ...
> One of the modules that is missing is 'Digest::MD5'.
> I also tried to add this module by adding '-M Digest::MD5'
> to the pp command, but the result was exactly the same.

"Core" modules (like Digest::MD5 and File::Spec) are _not_
automatically included in the .par file (when using
"pp -p ..."). You have to add option "-B" for that.

Cheers, Roderich

Reply via email to