X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FROADMAP.pod;h=e872e5e2df378cd32f54a0f51954ab32746fc9a1;hb=1b79e1994c40fc525b4a84c900a5c95ffd4a2f8a;hp=39ee1f89aa3dd35f186a4dbe3448d80e97772c75;hpb=73811e283a20ed30b0c446c49b2e031326513eac;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index 39ee1f8..e872e5e 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -1,69 +1,81 @@ =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/trunk/Catalyst/lib/Catalyst/ROADMAP.pod + 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.80000 1st Quarter 2009 -Stable relases, no major features planned. Bugfixes for current release -and documentation improvements. +Next major planned release, ports Catalyst to Moose, and does some refactoring +to help app/ctx. -Will be working on developing more ActionClasses, and Reusable chained -controllers, as well as opinonated highlevel frameworks on top of the -Catalyst Core. +=head2 5.81000 -=head3 5.7.1 +=over -=over 4 +=item Reduce core class data usage. -=item Add support for configuration profiles to be selected at startup time -through switches / ENV +Refactor everything that doesn't have to be class data into object data -=item add call method to do a forward with eval case. +=item Work towards a declarative syntax mode -=item add go method to do a call while setting action. +Dispatcher refactoring to provide alternatives to deprecated methods, and +support for pluggable dispatcher builders (so that attributes can be +replaced). -=item move all inline pod to bottom of file. +=item MyApp should not ISA Catalyst::Controller -=item update pod coverage tests to detect stubbed pod, ensure real coverage +=over -=back +=item * -=head2 5.80000 4. Quarter 2006 +Update Test suite to not assume MyApp ISA Controller -Next major planned release. +=item * -=over 4 +After that set up attr handlers that will output helpful error messages when +you do it as well as how to fix it. -=item Application / Context Split +=back + +=back + +=head2 5.82000 -Catalyst needs to be split so that $c refers to the current context, and is a separate thing from the Application class. +=over =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 +good support for reusable components good support for reusable plugins good +separation of plugins (some reusable components want different plugins) near +total engine independence -=item Moose roles instead of NEXT. +=back -Change the Catalyst core to use Moose for the plugin system as well as -accessors/constructors. +=head2 5.90000 -=item Reduce core class data usage. +=over -Refactor everything that doesn't have to be class data into object data +=item Application / Context Split -=item Add support for Isotope Engines +Catalyst needs to be split so that $c refers to the current context, and is a +separate thing from the Application class. =back - -=head2 5.90000 2007 -Blue Sky. Will start planning this once we land 5.8 :) +=head2 Wishlist + +=over + +=item move all inline pod to bottom of file. + +=item update pod coverage tests to detect stubbed pod, ensure real coverage + +=item Add support for configuration profiles to be selected at startup time +through switches / ENV +=back