From: Tomas Doran Date: Thu, 7 May 2009 10:50:04 +0000 (+0000) Subject: Let me fix that X-Git-Tag: 5.80004~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=10e81a3eb69831b5433b50b505b48846858f1616 Let me fix that --- diff --git a/TODO b/TODO index 936575f..7c6b268 100644 --- a/TODO +++ b/TODO @@ -29,7 +29,8 @@ Compatibility warnings to add: Proposed functionality / feature additions: - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die - in a fire. Having $c->log_class would be a good start. + in a fire. Having $c->log_class would be a good start. kane volunteered + to do some of this. Simple example: Catalyst::Plugin::Log::Colorful should just be a subclass of Catalyst::Log, no ::Plugin:: needed.