http://qs321.pair.com?node_id=1068007


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.

Replies are listed 'Best First'.
Re^2: Perl Packager with ':all' imports (pp -x)
by Anonymous Monk on Dec 21, 2013 at 03:12 UTC
    thats what pp -x does