in reply to Perl Packager with ':all' imports
I haven't used PAR/pp, but it looks like it uses some heuristics rather than actually running your code to find the needed modules. If IUP uses plug-ins or some other kind of tricky module loading, PAR will probably miss it. If I were you, I would run your app, and print out all the loaded modules (keys %INC) right before it exits.