added test for ->view() with one view not returning a blessed instance
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
4e48cc96 1Known Bugs:
67af7031 2
cafbc7d5 3 - Bug ->go or ->visit causes actions which have Args or CaptureArgs called
4e48cc96 4 twice when called via ->go or ->visit.
ecd79a01 5
4e48cc96 6 Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
aaee1a0a 7
f825519b 8Compatibility warnings to add:
6a893485 9
a127b198 10 - $self->config should warn as config should only ever be called as a
11 class method.
12
5de5cd71 13Proposed functionality / feature additions:
14
15 - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die
10e81a3e 16 in a fire. Having $c->log_class would be a good start. kane volunteered
17 to do some of this.
5de5cd71 18
19 Simple example: Catalyst::Plugin::Log::Colorful should just be a
20 subclass of Catalyst::Log, no ::Plugin:: needed.
21
22 See also: Catalyst::Plugin::Log::Dispatch and
23 http://github.com/willert/catalyst-plugin-log4perl-simple/tree
24
25