Hello, I am developing a module (+little helper script) for packing all the modules/shared objects required by a perl script into a single executable program (something like perl2exe and perl2app, except that it won't cripple (a.k.a. "protect") source code). So far it works, but I can't find a decent name for it. I have temporarily called the helper script p2e.pl (perl p2e.pl --out-exe=a.out myscript.pl). I think the module fits well under App::, so I chose App::Packer. Comments (both about the script and module name)?
TIA! Mattia