test_require Test::MockObject.
[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:
54f4bfef 11 - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup"
12 (rafl)
c571d2c8 13
54bee50f 14 - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
15 fail tests against 5.80 (karpet)
121b0c3a 16
df3ea11b 17 - Catalyst-Plugin-Authorization-ACL fails as
18 Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
19 an exception. Needs a test case (Caelum)
20
54bee50f 21 - Catalyst::Plugin::Authentication new release.
44f879d3 22
23 - Catalyst::Action::RenderView
24 - Catalyst::Plugin::DebugCookie
25 - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
26 now breaks, unsure why..
8a440eba 27
9de04be2 28Cleanups:
6b2a933b 29
c571d2c8 3018:01 <@mst> hmm. I think that warning should show what it found
3118:01 <@mst> and say "you probably called ->model("Sessions") when you meant ->model("DB::Sessions")" or whatever
3218:05 <@mst> unsafe_component_use_ok
3318:05 <@mst> like we did for BindLex
34
35
36
2105b371 37 - Update Test suite to not assume MyApp ISA Controller
24e6a237 38 - After that set up attr handlers that will output helpful error messages
0dcb8354 39 when you do it as well as how to fix it.
9de04be2 40
02570318 41 - Eliminate all instances of $instance->{$key}, I think the only thing
42 left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
9de04be2 43 touched as it is used as an lvalue in a lot of places (t0m)
44
45 - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my
c41cfce3 46 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 47
48Documentation:
49
7e2ec16e 50 - Manual / Tutorial updates
9de04be2 51
7e2ec16e 52 - extends in components with attributes must be inside a BEGIN block.
9de04be2 53
7e2ec16e 54 - How to write Moosified Catalyst components.
9de04be2 55
56 - Fix the Roadmap to be less full of lies.
8be895a7 57
7e2ec16e 58 - Catalyst/Upgrading.pod
44f879d3 59
60Reported bugs:
61
62 - Issues with TWMC not being loaded when it used to be in 5.70
63 (Bill Moseley)
edb20ed3 64
9de04be2 65Profiling:
2105b371 66
9de04be2 67 - vs 5.70 and optimisation as needed.
68
9de04be2 69Tests:
3fb903fd 70
9de04be2 71 - Moosified test application?
6b2a933b 72
7e2ec16e 73 - Test & document warnings from plugin method on Catalyst
6b2a933b 74