http://qs321.pair.com?node_id=1209324


in reply to Compilation failed in require, but how to get the actual compilation error?

How did you use pp from Par::Packer? (i.e. What options did you use?)

My initial guess is that you probably need to use -c and/or -x options to "determine additional run-time dependencies". You might even need to -M to tell the pp utility to specifically add in one or more modules.

  • Comment on Re: Compilation failed in require, but how to get the actual compilation error?

Replies are listed 'Best First'.
Re^2: Compilation failed in require, but how to get the actual compilation error?
by Anonymous Monk on Feb 16, 2018 at 19:35 UTC

    Seems to work now, found two missing modules by adding the -c option to pp. Thank you so much.