Make getting to a PSGI app saner
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ROADMAP.pod
index e872e5e..acb5775 100644 (file)
@@ -8,12 +8,7 @@ in the the catalyst trunk, currently at
 
 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