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=e872e5e2df378cd32f54a0f51954ab32746fc9a1;hb=d0cacee71a316290bc01f0e12681c16bdc1e84e2;hpb=e0eb3675abca6672b4f2caf3dda411219307e775 diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index e872e5e..470b645 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -4,16 +4,11 @@ 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 @@ -27,24 +22,9 @@ 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. - =back -=back - -=head2 5.82000 +=head2 5.92000 =over @@ -56,7 +36,7 @@ total engine independence =back -=head2 5.90000 +=head2 6.00000 =over @@ -75,7 +55,4 @@ separate thing from the Application class. =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