http://www.perlmonks.org?node_id=993846


in reply to pp can't pack MongoDB and Inline Module

can't pack MongoDB and Inline Module

sure it can

it needs your help, but it can

start with -x option

  • Comment on Re: pp can't pack MongoDB and Inline Module

Replies are listed 'Best First'.
Re^2: pp can't pack MongoDB and Inline Module
by Alle (Novice) on Sep 17, 2012 at 13:31 UTC

    I test:

    pp -x test.pl

    test.pl's content:

    use MongoDB; print "hi\n";

    It's so slowly, So i have to 'ctrl+c' interrupted! so, "pp -x test.exe test.pl" will also slowly and can't promit success!

      So rather than wait for pp -x to do it's thing you've killed the process? Consider specifically packaging the module, see -M from the documentation.

        thank you! i already give up do this, i use pp and PDK-Pro(perlapp) create a exe file, all failure failure failure when use MongoDB .....