Note C::Test issues kane is gonna fix.
[catagits/Catalyst-Runtime.git] / TODO
1 Known Bugs:
2    - Moose bug causes issues if you use Moose in your application, but want to
3      use base classes which have not been converted to Moose yet.
4
5      Tests in Moose for this are: http://tinyurl.com/c2k85c
6
7      Note: This issue _does not affect_ components which have been converted to
8            Moose, or applications which do not use Moose, and causes a 
9            compile-time error if present.
10
11    - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
12      twice when called via ->go or ->visit.
13
14      Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
15
16    - Certain errors in your application to do with using other code which does
17      not exist can cause an 'Unknown error' issue.
18
19      Test app: http://github.com/bobtfish/catalyst-app-bug-unknown-error/tree/master
20
21    - -restarter.t will fail if you don't have ::StashChange installed, and
22       also quite often at other times.
23
24    - Catalyst::Test - bugs with Moosification (Khisanth/kane)
25
26 Compatibility warnings to add:
27
28    - $self->config should warn as config should only ever be called as a
29      class method.
30