On Feb 3, 2005, at 10:56 AM, Gustavo Garcia wrote:
I thouth that compiling a new static perl, it won't need that the module be install anywhere (it must be included in the binary perl), rigth?.
Nope - the perl portion of the module (*.pm) must still be present. The XS or C portion of the module is what's statically linked in with the new perl binary.
If you want a way to bundle up an executable that includes all modules, check out PAR: http://search.cpan.org/~autrijus/PAR-0.87/
-Ken
