X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FROADMAP.pod;h=470b6453d4313c7d4d92453d1498d7276975f4d7;hp=d3bbd79a6bdb92717b80ee40308a399fd2d27177;hb=d0cacee71a316290bc01f0e12681c16bdc1e84e2;hpb=54f4bfeffdb580af3e4668d31c855bccb1e0623a diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index d3bbd79..470b645 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -1,49 +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/Catalyst-Runtime/5.80/trunk/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.80000 1st Quarter 2009 +=head2 5.91000 -Next major planned release. +=over -=over 4 +=item Reduce core class data usage. -=item move all inline pod to bottom of file. +Refactor everything that doesn't have to be class data into object data -=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 +Dispatcher refactoring to provide alternatives to deprecated methods, and +support for pluggable dispatcher builders (so that attributes can be +replaced). -=item Application / Context Split +=back + +=head2 5.92000 -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 Reduce core class data usage. +=back -Refactor everything that doesn't have to be class data into object data +=head2 6.00000 -=item Add support for Isotope Engines +=over -This depends on the progress of Isotope +=item Application / Context Split -=item Work towards a declarative syntax mode +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 2009 -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 + +=back