Finish a first pass of all the text in Catalyst/Upgrading.pod. Add Plugin::Cache...
[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)
5687c7f9 15
16 - Catalyst-Plugin-Cache dies due to mk_accessors('meta') - work round.
121b0c3a 17
dc0e73a3 18 - Waiting on new releases:
19 - Catalyst::Plugin::Authentication - 0.100092
2b327b1f 20 - Catalyst::Action::RenderView - 0.08
21 - Catalyst::Plugin::DebugCookie - 0.999002
8a440eba 22
9de04be2 23Documentation:
24
7e2ec16e 25 - Manual / Tutorial updates
9de04be2 26
7e2ec16e 27 - extends in components with attributes must be inside a BEGIN block.
9de04be2 28
7e2ec16e 29 - How to write Moosified Catalyst components.
9de04be2 30
7e2ec16e 31 - Catalyst/Upgrading.pod
44f879d3 32
9de04be2 33Profiling:
2105b371 34
9de04be2 35 - vs 5.70 and optimisation as needed.