From: Dave Rolsky Date: Thu, 18 Sep 2008 20:19:04 +0000 (+0000) Subject: Tweak throw_error changes description X-Git-Tag: 0.58~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c44067904c9ff94093c1c2958a7aee24fda24691;p=gitmo%2FMoose.git Tweak throw_error changes description --- diff --git a/Changes b/Changes index c7d7394..5d030f3 100644 --- a/Changes +++ b/Changes @@ -96,11 +96,12 @@ Revision history for Perl extension Moose * Moose::Error::Default * Moose::Error::Croak * Moose::Error::Confess - - All instances of confess() changed with an overridable C - that leads to the metaclass, with additional parameters (not just an - error string). This allows per class custom errors using the - C metaclass attribute. - The default C behaves like C. + - All instances of confess() changed to use overridable + C method. This method ultimately calls a class + constructor, and you can change the class being called. In + addition, errors now pass more information than just a string. + The default C behaves like C, so + the behavior is not visibly different for end users. 0.57 Wed September 3, 2008 * Moose::Intro