On 6/4/07, Jon Polacheck <[EMAIL PROTECTED]> wrote:
My script uses POE.  I got a working exe using pp once, but cannot
repeat the feat.  I now get the error as follows;

Most likely, Module::ScanDeps doesn't infer all POE::* modules needed.

(1) What's your version of Module::ScanDeps?
(2) Please run

scandeps.pl -B your_script         (that is what "pp -o ..." does implicitly)

and

scandeps.pl  -Bx your_script      (note: this will execute you script once)

and compare the two listings. If the second one has more POE::* stuff,
you could either add "use" statements for them or add them on
to the "pp" command with "-M". If this does the trick, post the differences
so that one can amend the heuristics for POE in Module::ScanDeps
(some are already there, eg. POE::Session should have been implied by
"use POE;").

Cheers, Roderich

Reply via email to