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


in reply to Re^2: GD and PAR/CAVA packager (depends.exe)
in thread GD and PAR/CAVA packager

You shouldn't have to manually add the dlls. pp uses Module::ScanDeps under the hood, and it'll take care of the dependencies for you. You will probably need to manually add GD to the command like this:
/usr/bin/pp --gui -n -c -M GD -B -o out.exe script.pl
See the documentation for the options. Give it a try and Good Luck!