http://www.perlmonks.org?node_id=1038232


in reply to Re: Producing minimal examples for crashers
in thread Producing minimal examples for crashers

Au contraire, if you have a large body of complex code tracking down problems can be surprisingly hard. The perl debugger is no help, because it's crap (most code that uses subroutine attributes will fail under it, for example - see this p5p thread), and it doesn't like some modules, such as Dancer.
  • Comment on Re^2: Producing minimal examples for crashers