Hello! First off, thanks for PAR and pp. Excellent stuff.
I have used it to build a product that is a group of related executables. It is deployed in the field now. The scripts use XML::Simple, which is configured to in turn use XML::Parser, which in turn uses XML::Parser::Expat. When I build the executables with pp, I don't use any special options. % pp -o file.exe file.pl The executables work fine on Windows and Linux machines. Except one customer of mine, who is running a Linux executable, see this error: Can't locate object method "new" via package "XML::Parser" at XML/Simple.pm line 404, <STDIN> line 1. I asked the customer to zip up the /tmp/par-username directory and send it to me. I cannot find anything amiss in it. In particular, when I look at the file Parser.pm I plainly see the line ... sub new { So, I'm stuck. I'd appreciate any thoughts on what I should try next. Thanks! -George