X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FROADMAP.pod;h=470b6453d4313c7d4d92453d1498d7276975f4d7;hb=0810283f5e3c710d09ab56ceb8fb0b6bfbe3bbe9;hp=39ee1f89aa3dd35f186a4dbe3448d80e97772c75;hpb=73811e283a20ed30b0c446c49b2e031326513eac;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index 39ee1f8..470b645 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -1,69 +1,58 @@ =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://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=blob;f=lib/Catalyst/ROADMAP.pod;h=acb5775e4f9ec2db88ab90953f8cf175ba276009;hb=HEAD Make sure you get it from there to ensure you have the latest version. -=head2 5.7x series +=head2 5.91000 -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. -=head3 5.7.1 +Refactor everything that doesn't have to be class data into object data -=over 4 +=item Work towards a declarative syntax mode -=item Add support for configuration profiles to be selected at startup time -through switches / ENV +Dispatcher refactoring to provide alternatives to deprecated methods, and +support for pluggable dispatcher builders (so that attributes can be +replaced). -=item add call method to do a forward with eval case. +=back -=item add go method to do a call while setting action. +=head2 5.92000 -=item move all inline pod to bottom of file. +=over -=item update pod coverage tests to detect stubbed pod, ensure real coverage +=item Extend pluggability of the Catalyst core. -=back +good support for reusable components good support for reusable plugins good +separation of plugins (some reusable components want different plugins) near +total engine independence -=head2 5.80000 4. Quarter 2006 +=back -Next major planned release. +=head2 6.00000 -=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. +Catalyst needs to be split so that $c refers to the current context, and is a +separate thing from the Application class. -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 -=item Moose roles instead of NEXT. +=head2 Wishlist -Change the Catalyst core to use Moose for the plugin system as well as -accessors/constructors. +=over -=item Reduce core class data usage. - -Refactor everything that doesn't have to be class data into object data +=item move all inline pod to bottom of file. -=item Add support for Isotope Engines +=item update pod coverage tests to detect stubbed pod, ensure real coverage =back - -=head2 5.90000 2007 - -Blue Sky. Will start planning this once we land 5.8 :) -