Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl Packager with ':all' imports

by educated_foo (Vicar)
on Dec 21, 2013 at 01:47 UTC ( [id://1068007]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068007]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-23 11:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found