Hi Darryl, Darryl Lee lee-at-darryl.com |newsgroups5| wrote:
Are you going to have the full Image::ExifTool packaged when it is called? Because I think there's some .pl (not .pm) files in the module that get dynamically called. So even after doing a require for every single .pm file, the resulting .exe still failed to find Writer.pl.
No. Unfortunately, I didn't have the time to thoroughly test the change. It just includes all .pm files: Image::ExifTool::*.pm plus File::RandomAccess (or so) which is also part of the distribution.
If you want to have a go at fixing it yourself, you could have a look at the Module::ScanDeps 0.83 source code. There is a big list of special cases and one of them is Image::ExifTool. I presume you could rather easily add the missing .pl files with a glob-in-inc call. Patches welcome! :)
Cheers, Steffen