Note which new releases of stuff we're waiting for, fix warning from Makefile.PL
[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
dc0e73a3 24 - Waiting on new releases:
25 - Catalyst::Plugin::Authentication - 0.100092
26 - Catalyst::Action::RenderView - 0.08
27 - Catalyst::Plugin::DebugCookie' - 0.999002
8a440eba 28
9de04be2 29Cleanups:
6b2a933b 30
9de04be2 31 - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my
c41cfce3 32 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 33
34Documentation:
35
7e2ec16e 36 - Manual / Tutorial updates
9de04be2 37
7e2ec16e 38 - extends in components with attributes must be inside a BEGIN block.
9de04be2 39
7e2ec16e 40 - How to write Moosified Catalyst components.
9de04be2 41
7e2ec16e 42 - Catalyst/Upgrading.pod
44f879d3 43
44Reported bugs:
45
46 - Issues with TWMC not being loaded when it used to be in 5.70
47 (Bill Moseley)
edb20ed3 48
9de04be2 49Profiling:
2105b371 50
9de04be2 51 - vs 5.70 and optimisation as needed.
52
9de04be2 53Tests:
3fb903fd 54
9de04be2 55 - Moosified test application?
6b2a933b 56