updated todo
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 2d32722..fe3d68f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,31 +30,30 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree
 
 ###  Blockers
 
-  * Ensure all PSGI related FIXMEs in docs or code are in this list
   * Fix nginx middlewares so that they are generic, or can somehow
     be used by people with their own .psgi files
   * Fix a sane / nicer way to do custom engines.
+  * I've noticed a small difference with Catalyst::Test. The latest stable
+    version include two headers, 'host' and 'https'. They are missing from
+    this version.
 
-#### Script survey
-
-##### myapp_web_fastcgi.pl
+### Things to discuss
 
-Looks to me like we are mapping --deamon to --detach but I think the modern Plack FCGI handler prefers --deamonize
+  * Catalyst::Engine::HTTP::Prefork no longer works since it requires
+    Catalyst::Engine::CGI which no longer is in the cataplack distribution.
+    Investigation shows moving CE:CGI to CE:HTTP:Prefork allows tests to pass.
 
-Although --pidfile is supported --pid seems to be preferred, and if we are bothering to map, why not map for the future?
+### PSGI Release Punchlist
 
-##### myapp_web_server.pl
+  * Release a version of Task::Catalyst without CE:PSGI and CE:HTTP:Prefork
+    since those are deprecated.
 
---pidfile handling is shiit. MooseX::Daemonize will blow up really nastilly if not installed..
-
- --background handling also shit.
+#### Script survey
 
 ###  Nice to have
 
-  * <@rafl> i've been thinking of maybe providing
-    MyApp->apply_default_middlewares($psgi_app)
   * Capture arguments that the plack engine component was run with somewhere,
-    to more easily support custom args from scripts (e.g. Gitalist's 
+    to more easily support custom args from scripts (e.g. Gitalist's
     --git_dir)
   * throw away the restarter and allow using the restarters Plack provides
   * remove per-request state from the engine instance