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