document $c->detach with no args
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ROADMAP.pod
CommitLineData
73811e28 1=head1 ROADMAP
2
3This is a living document, that represents the core team's current plans
4for the Catalyst framework. It's liable to change at any time. This document
5lives in the the catalyst trunk, currently at
6
7 http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst/lib/Catalyst/ROADMAP.pod
8
9Make sure you get it from there to ensure you have the latest version.
10
11=head2 5.7x series
12
13Stable relases, no major features planned. Bugfixes for current release
14and documentation improvements.
15
16Will be working on developing more ActionClasses, and Reusable chained
17controllers, as well as opinonated highlevel frameworks on top of the
18Catalyst Core.
19
20=head3 5.7.1
21
22=over 4
23
24=item Add support for configuration profiles to be selected at startup time
25through switches / ENV
26
27=item add call method to do a forward with eval case.
28
29=item add go method to do a call while setting action.
30
31=item move all inline pod to bottom of file.
32
33=item update pod coverage tests to detect stubbed pod, ensure real coverage
34
35=back
36
37=head2 5.80000 4. Quarter 2006
38
39Next major planned release.
40
41=over 4
42
43=item Application / Context Split
44
45Catalyst needs to be split so that $c refers to the current context, and is a separate thing from the Application class.
46
47=item Extend pluggability of the Catalyst core.
48
49good support for reusable components good support for reusable plugins good
50separation of plugins (some reusable components want different plugins)
51near total engine independence
52
53=item Moose roles instead of NEXT.
54
55Change the Catalyst core to use Moose for the plugin system as well as
56accessors/constructors.
57
58=item Reduce core class data usage.
59
60Refactor everything that doesn't have to be class data into object data
61
62=item Add support for Isotope Engines
63
64=back
65
66=head2 5.90000 2007
67
68Blue Sky. Will start planning this once we land 5.8 :)
69