I have Active Perl with PAR and ExifTool installed. I have a working script
that uses Image::ExifTool. When I try to make a Win32 executable with
pp -o a.exe myscript.pl
a.exe is produced but crashes during execution when it can't find various
ExifTool submodules. Is there something obvious I'm missing? (I tried adding
in ExifTool over again with -M and adding the whole Image directory with -a.
Didn't help. I also tried adding use statements for the various submodules to
my script. Didn't help either.) I'd like to deploy a.exe on a Win32 machine
completely without Perl.