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