X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FROADMAP.pod;h=9c29d1d3fb6de27992657296bc021de311af3ea3;hb=fb495632d15d5aa112371bb5c3c39a6189ddb9a0;hp=70f63d1b84c9d622c618b6c6137a7fed7b1f696f;hpb=025703186d05624d36984961c75a1e138eaed850;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index 70f63d1..9c29d1d 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -1,85 +1,76 @@ =head1 ROADMAP -This is a living document, that represents the core team's current plans -for the Catalyst framework. It's liable to change at any time. This document -lives in the the catalyst trunk, currently at +This is a living document, that represents the core team's current plans for +the Catalyst framework. It's liable to change at any time. This document lives +in the the catalyst trunk, currently at http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/trunk/lib/Catalyst/ROADMAP.pod Make sure you get it from there to ensure you have the latest version. -=head2 5.7x series +=head2 5.81000 -Stable relases, no major features planned. Bugfixes for current release -and documentation improvements. +=over -Will be working on developing more ActionClasses, and Reusable chained -controllers, as well as opinonated highlevel frameworks on top of the -Catalyst Core. +=item Reduce core class data usage. + +Refactor everything that doesn't have to be class data into object data -=head3 5.7.1 +=item Work towards a declarative syntax mode -=over 4 +Dispatcher refactoring to provide alternatives to deprecated methods, and +support for pluggable dispatcher builders (so that attributes can be +replaced). -=item make deployment of Catalyst easier +=item MyApp should not ISA Catalyst::Controller -=over 4 +=over -=item Add htaccess files to distro +=item * -=item Trim runtime dependencies +Update Test suite to not assume MyApp ISA Controller -=item test dependency graph, make sure everything installs cleanly on different platforms. +=item * + +After that set up attr handlers that will output helpful error messages when +you do it as well as how to fix it. =back -=item Add support for configuration profiles to be selected at startup time -through switches / ENV +=back -=item add call method to do a forward with eval case. +=head2 5.82000 -=item add go method to do a call while setting action. +=over -=item move all inline pod to bottom of file. +=item Extend pluggability of the Catalyst core. -=item update pod coverage tests to detect stubbed pod, ensure real coverage +good support for reusable components good support for reusable plugins good +separation of plugins (some reusable components want different plugins) near +total engine independence =back -=head2 5.80000 1st Quarter 2009 - -Next major planned release. +=head2 5.90000 -=over 4 +=over =item Application / Context Split -Catalyst needs to be split so that $c refers to the current context, and is a separate thing from the Application class. - -=item Extend pluggability of the Catalyst core. - -good support for reusable components good support for reusable plugins good -separation of plugins (some reusable components want different plugins) -near total engine independence +Catalyst needs to be split so that $c refers to the current context, and is a +separate thing from the Application class. -=item Moose roles instead of NEXT. +=back -Change the Catalyst core to use Moose for the plugin system as well as -accessors/constructors. +=head2 Wishlist -=item Reduce core class data usage. +=over -Refactor everything that doesn't have to be class data into object data - -=item Add support for Isotope Engines +=item move all inline pod to bottom of file. -This depends on the progress of Isotope +=item update pod coverage tests to detect stubbed pod, ensure real coverage -=item Work towards a declarative syntax mode +=item Add support for configuration profiles to be selected at startup time +through switches / ENV =back - -=head2 5.90000 2009 - -Blue Sky. Will start planning this once we land 5.8 :) -