Update TODO
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 94f0255..946ebad 100644 (file)
--- a/TODO
+++ b/TODO
@@ -34,12 +34,9 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree
   * Document how to use your own .psgi (and how you need to do ReverseProxy yourself if you do)
   * Document migration for setting engine in setup
   * Document migration for setting engine in $ENV
-  * Fix Catalyst::Engine::PSGI .psgi script and in app root running tests.
 
 ###  Nice to have
 
-  * throw out Catalyst::Test's remote_request in favour of
-    Plack::Test::ExternalServer
   * make sure we're running under a server that support psgi.streaming - maybe
     just load the BufferedWrite middleware, although that might break things
     relying on ->write doing an unbuffered write