On Thu, Jun 4, 2009 at 6:55 AM, Michael Parker <park...@pobox.com> wrote:
> lost, if someone can point me in the right direction I could see if I can > work up some sort of patch. Your problem is located most likely not in PAR or PAR::Packer, but in Module::ScanDeps where the transitive closure of all modules referenced by your script is computed. I'm currently looking into this, but it's a little more complicated than I thought. POSIX.pm is a nasty fellow, because it declares POSIX::SigAction (instead of use'ing at, i.e. there is _no_ file .../POSIX/SigAction.pm), but the package POSIX::SigAction has been autosplitted anyway, i.e. there _are_ files like .../auto/POSIX/SigAction/flags.al. > it might also be related to perl 5.10. Indeed, but only in so far as POSIX::SigAction::new() was defined inline in POSIX.pm in Perl 5.8.8, but has been autosplit into ../auto/POSIX/SigAction/new.al in Perl 5.10. Cheers, Roderich