I'd recommend taking a closer look through the documentation for pp. You probably need to use the -c and/or -x options, which are used to "determine additional run-time dependencies". If you're still having issues after that, you may need to try use -M to specifically add in other needed modules that the pp utility is failing to detect and add to the bundle.
| [reply] |
Well, do you really need to use PAR? I am asking the question because you say that you are new to Perl and, maybe, you think that this is a standard way of using Perl. It isn't. The usual way is to use standalone Perl programs, using the perl my_prog.pl command under most systems, the shebang line under Unix and extension configuration under Windows. There are cases where you want to use PAR, but it is not the most common way of doing things.
| [reply] [d/l] |