Maybe provide a way of filtering them? I wouldn't mind filtering stack traces to skip frames from Moose, Class::Mop, Eval::Closure, DBI::Cass, SQL::Abstract and so on. The bugs are usually in my code and that's where I want to look for them. Cheers, Ovid -- IT consulting, training, international recruiting http://www.allaroundtheworld.fr/. Buy my book! - http://bit.ly/beginning_perl Live and work overseas - http://www.overseas-exile.com/
On Saturday, 18 January 2014, 17:54, Ricardo Signes <perl.mo...@rjbs.manxome.org> wrote: I just heard that there has been talk of changing the default stringification >of Moose exceptions to emulate croak instead of confess. That is: don't >include the complete stack trace, only one line. > >I am strongly opposed to this change, as I rely too much on getting full stack >traces from my widely-deployed Moose code. > >I get the impression that this was not really thoroughly discussed in any >context, so if we're going to do this, I want to get some kind of clear >consensus that "everybody but me" wants the change. > >(Something like MOOSE_EXCEPTIONS_SHORT might be a nice idea. I'd just never >use it.) > >-- >rjbs > >