In Catalyst::Test, don't mangle headers of non-HTML responses. RT#79043
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ROADMAP.pod
1 =head1 ROADMAP
2
3 This is a living document, that represents the core team's current plans for
4 the Catalyst framework. It's liable to change at any time. This document lives
5 in the the catalyst trunk, currently at
6
7   http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=blob;f=lib/Catalyst/ROADMAP.pod;h=acb5775e4f9ec2db88ab90953f8cf175ba276009;hb=HEAD
8
9 Make sure you get it from there to ensure you have the latest version.
10
11 =head2 5.91000 
12
13 =over
14
15 =item Reduce core class data usage.
16
17 Refactor everything that doesn't have to be class data into object data
18
19 =item Work towards a declarative syntax mode
20
21 Dispatcher refactoring to provide alternatives to deprecated methods, and
22 support for pluggable dispatcher builders (so that attributes can be
23 replaced).
24
25 =back
26
27 =head2 5.92000
28
29 =over
30
31 =item Extend pluggability of the Catalyst core.
32
33 good support for reusable components good support for reusable plugins good
34 separation of plugins (some reusable components want different plugins) near
35 total engine independence
36
37 =back
38
39 =head2 6.00000
40
41 =over
42
43 =item  Application / Context Split 
44
45 Catalyst needs to be split so that $c refers to the current context, and is a
46 separate thing from the Application class.
47
48 =back
49
50 =head2 Wishlist
51
52 =over
53
54 =item move all inline pod to bottom of file.
55
56 =item update pod coverage tests to detect stubbed pod, ensure real coverage
57
58 =back