Nuke warning, my bad
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
f825519b 1Known 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.
54859563 4
f825519b 5 Tests in Moose for this are: http://tinyurl.com/c2k85c
54859563 6
f825519b 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
3e2163fa 11 - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
12 twice when called via ->go or ->visit.
f825519b 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
be454687 21 - -restarter.t will fail if you don't have ::StashChange installed, and
22 also quite often at other times.
23
f1d037fb 24 - Catalyst::Test - bugs with Moosification (Khisanth/kane)
25
f825519b 26Compatibility warnings to add:
6a893485 27
a127b198 28 - $self->config should warn as config should only ever be called as a
29 class method.
30