in reply to Re: SOAP::Lite and pp (Perl Packager) issue
in thread SOAP::Lite and pp (Perl Packager) issue

I used -c and -x, and I've been able to solve my issue! "XML:Parser::Lite" was missing and now my exe executes correctly!

My syntax is "pp -i application.ico -o application.exe application.pl" (yes, I use an older version of PP in order to change default icon). Note that I use also END{perl_code} to encapsulate my Perl program when using PP. I've read somewhere around here that this is better.

I will check for salva/Win32::Packer to see if I'm more comfortable with it (even if pp was doing right until now). Thanks for the suggestion.

So... even if I read your messages since a while here, this was my first post. And issue is fixed faster than I thought. Thanks again!

  • Comment on Re^2: SOAP::Lite and pp (Perl Packager) issue