Steve Hay wrote:
Note that the foreach-loop in question is precisely the new part of ScanDeps.pm that I originally said was what breaks 0.75 for me. It looks like that loop should have been added after the scan_deps_static() call rather than before it.
Grr. That fixes the scandeps program output, but doesn't fix my PAR problem because PAR::Packer::pack_manifest_hash() directly calls Module::ScanDeps::add_deps() later on (line 739 of VERSION 0.975). It is *that* call which actually adds Decrypt.dll to the PAR package, and once again that call is screwed up if the foreach-loop in Module::ScanDeps::scan_deps() has been run earlier.
--
