in reply to PAR::Packer fails to find dependencies when executed

You seem to be confusing a post to a mailing list with a bug report. See PAR::Packer RT for bug reports, though you may also want to check the open bugs for other modules you are packaging, in this case XML::SAX, such as this one.

  • Comment on Re: PAR::Packer fails to find dependencies when executed

Replies are listed 'Best First'.
Re^2: PAR::Packer fails to find dependencies when executed
by Utilitarian (Vicar) on Nov 25, 2010 at 13:10 UTC
    Hi marto Thanks, that was the core of the issue, ParserDetails.ini in XML::SAX is loaded from the install directory and so breaks in pp. Testing the solution provided at the moment.

    print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."