in reply to PAR compilation of custom perl script fails during run

the compilation completes without error

Did you use -x option?

I've tried various --module and --link flags, but no luck

How about increasing debugging level? Because "read failed" doesn't say why it failed -- the why is the important part

  • Comment on Re: PAR compilation of custom perl script fails during run (-x)

Replies are listed 'Best First'.
Re^2: PAR compilation of custom perl script fails during run (-x)
by winksmith (Initiate) on Feb 07, 2014 at 02:21 UTC
    i didn't see any debugging level specifiable on 'pp'. i had -c, but not -x. when you mentioned it, i tried, but there was no difference. it seemed like a lot of detailed output and related to SSL and/or dynamic loading in LWP. I found a reasonable solution after reading the next reply. see below.

      i didn't see any debugging level specifiable on 'pp

      So you think Test::SOAP::connect: read failed is an error message that comes from pp?

      See PAR::Environment for debugging PAR

      but not -x. when you mentioned it, i tried, but there was no difference. it seemed like a lot of detailed output and related to SSL and/or dynamic loading in LWP. I found a reasonable solution after reading the next reply. see below.

      When you used -x did your program attempt to load a https website?

      Thats the thing with on-demand plugins, unless you demand them, they're not loaded :)