X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FROADMAP.pod;h=470b6453d4313c7d4d92453d1498d7276975f4d7;hb=7beb191e8464dabcb00f65c8e4867c5c3f7198d5;hp=a0fde8d3284442d41677df00801aec3e30b30145;hpb=11c270bdda5402dc39e2ca54dfd65af42dedbe3c;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index a0fde8d..470b645 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -1,18 +1,14 @@ =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 - -Next major planned release, ports Catalyst to Moose, and does some refactoring to help app/ctx. - -=head2 5.81000 +=head2 5.91000 =over @@ -22,40 +18,32 @@ Refactor everything that doesn't have to be class data into object data =item Work towards a declarative syntax mode -Dispatcher refactoring to provide alternatives to deprecated methods, and -support for pluggable dispatcher builders (so that attributes can be replaced). - -=item MyApp should not ISA Catalyst::Controller - -=over - -=item Update Test suite to not assume MyApp ISA Controller - -=item After that set up attr handlers that will output helpful error messages when you do it as well as how to fix it. +Dispatcher refactoring to provide alternatives to deprecated methods, and +support for pluggable dispatcher builders (so that attributes can be +replaced). =back -=back - -=head2 5.82000 +=head2 5.92000 =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 =back -=head2 5.90000 +=head2 6.00000 =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. +Catalyst needs to be split so that $c refers to the current context, and is a +separate thing from the Application class. =back @@ -67,7 +55,4 @@ Catalyst needs to be split so that $c refers to the current context, and is a se =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