Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

by dasgar (Priest)
on Feb 16, 2018 at 19:14 UTC ( [id://1209324]=note: print w/replies, xml ) Need Help??


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.

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1209324]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-28 18:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found