RenderView and DebugCookie done. Tidy up test in C::Component
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
44f879d3 1Back-compat investigation:
8a440eba 2
1a23d3da 3 - Get engines tested:
4 - Catalyst-Engine-Zeus
5 - Catalyst-Engine-XMPP2
6 - Catalyst-Engine-HTTPEngine
7 - Catalyst-Engine-HTTP-Prefork
1a23d3da 8 - Catalyst-Engine-Wx
8a440eba 9
44f879d3 10Known issues:
6a893485 11
12 - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" due
13 to Adopt::NEXT not remembering which setup methods were already called
14 and which not, like NEXT does. Log::Log4perl needs to be fixed and the
15 problem should be described in Upgrading.pod. (rafl)
c571d2c8 16
54bee50f 17 - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
18 fail tests against 5.80 (karpet)
121b0c3a 19
df3ea11b 20 - Catalyst-Plugin-Authorization-ACL fails as
21 Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
22 an exception. Needs a test case (Caelum)
23
54bee50f 24 - Catalyst::Plugin::Authentication new release.
8a440eba 25
9de04be2 26Cleanups:
6b2a933b 27
9de04be2 28 - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my
c41cfce3 29 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 30
31Documentation:
32
7e2ec16e 33 - Manual / Tutorial updates
9de04be2 34
7e2ec16e 35 - extends in components with attributes must be inside a BEGIN block.
9de04be2 36
7e2ec16e 37 - How to write Moosified Catalyst components.
9de04be2 38
7e2ec16e 39 - Catalyst/Upgrading.pod
44f879d3 40
41Reported bugs:
42
43 - Issues with TWMC not being loaded when it used to be in 5.70
44 (Bill Moseley)
edb20ed3 45
9de04be2 46Profiling:
2105b371 47
9de04be2 48 - vs 5.70 and optimisation as needed.
49
9de04be2 50Tests:
3fb903fd 51
9de04be2 52 - Moosified test application?
6b2a933b 53