From: Dave Rolsky Date: Mon, 8 Jun 2009 22:15:19 +0000 (-0500) Subject: Add a TODO item for error X-Git-Tag: 0.82~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cac484fa43ca7573162aa47adc09b3862a4cc40b;p=gitmo%2FMoose.git Add a TODO item for error --- diff --git a/TODO b/TODO index c355d70..8085167 100644 --- a/TODO +++ b/TODO @@ -136,6 +136,15 @@ knows how to turn itself into a "real" attribute. Every method that returns a class name needs to become a rw attribute that can be set via the constructor. +- The Moose::Error stuff + +This is sort of half-implemented. We still use Carp directly, and the +internals can't decide how to throw an error (is it +Moose->throw_error, __PACKAGE__->throw_error, what?). + +The internals need to be made consistent before we expose this to the +rest of the world. + ------------------------------------------------------------------------------- TO PONDER -------------------------------------------------------------------------------