Revision history for Throwable
0.200007 2013-04-09 19:20:02 America/New_York
allow previous_exception to be passed to the constructor
0.200006 2013-04-09 14:58:07 America/New_York
lose old $@ in previous_exception less often under 5.17.10 (thanks,
David Wheeler)
0.200005 2013-04-05 15:04:52 America/New_York
Plugged memory leak (thaljef)
0.200004 2013-02-21 16:50:05 America/New_York
update Throwable::Error to use around modifier instead of calling
SUPER:: (thanks, Justin Hunter)
0.200003 2012-10-18 08:52:20 America/New_York
no code changes; just no longer trial
0.200002 2012-10-09 08:56:21 America/New_York
require Moo 1.000001
0.200001 2012-09-22 18:10:29 America/New_York
update a prerequisite (thanks, FREW)
0.200000 2012-09-20 14:12:34 America/New_York
port to Moo (FREW, MSTROUT, ILMARI)
0.102080 2010-07-27 12:09:21 America/New_York
refactor stack trace autocreation to StackTrace::Auto role
make Throwable::Error immutable
0.101110 2010-04-21 20:59:59 America/New_York
avoid doing: length undef (thanks, Yuval Kogman)
0.100090 2010-01-10
$error->throw now rethrows existing Errors
Error->throw("str") now uses the string as message attr
0.092610 2009-09-18
fix to work with latest Class::MOP (thanks, Paul Mooney)
0.092000 2009-07-18
fix required version of Moose to avoid failures
0.091900 2009-07-09
rely on the stable release of Devel::StackTrace that does what we
need
0.091780 2009-06-26
first testing release