in reply to Why causes Exception::Class a fat-packed perl application to fail (but works with 5.38)

i tried to pack an older perl application having a lot of local modules using App::FatPacker::Simple.

An obvious follow-up question is then: what happened when you tried with the non-simple App::FatPacker instead? Very often one finds that a *::Simple module ends up being too simple for the task at hand so it would be interesting to know how the full-fat module performed in its place.


🦛

  • Comment on Re: Why causes Exception::Class a fat-packed perl application to fail (but works with 5.38)
  • Download Code

Replies are listed 'Best First'.
Re^2: Why causes Exception::Class a fat-packed perl application to fail (but works with 5.38)
by Darkwing (Scribe) on Jul 05, 2024 at 08:42 UTC
    Same problem with this tool.