[Catalyst-commits] r13746 - Catalyst-Runtime/5.80/branches/psgi

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Dec 3 12:25:25 GMT 2010


Author: rafl
Date: 2010-12-03 12:25:25 +0000 (Fri, 03 Dec 2010)
New Revision: 13746

Modified:
   Catalyst-Runtime/5.80/branches/psgi/TODO
Log:
Clarify what we really must do in order to merge

Modified: Catalyst-Runtime/5.80/branches/psgi/TODO
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/TODO	2010-12-03 12:20:35 UTC (rev 13745)
+++ Catalyst-Runtime/5.80/branches/psgi/TODO	2010-12-03 12:25:25 UTC (rev 13746)
@@ -28,13 +28,18 @@
 
 ##  PSGI
 
-  * throw out Catalyst::Test's remote_request in favour of
-    Plack::Test::ExternalServer
+###  Blockers
+
+  * properly pass along server arguments
   * Fix Test::WWW::Mechanize::Catalyst which has been broken by moving stuff
     about.
-  * properly pass along server arguments
   * think about whether or not to generate myapp.psgi and how to configure
     middleware
+
+###  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




More information about the Catalyst-commits mailing list