Docs
Tomas Doran [Sun, 24 Jul 2011 18:14:19 +0000 (19:14 +0100)]
TODO
lib/Catalyst.pm
lib/Catalyst/PSGI.pod
lib/Catalyst/Upgrading.pod

diff --git a/TODO b/TODO
index 2d32722..5ac46dd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,12 +43,6 @@ Looks to me like we are mapping --deamon to --detach but I think the modern Plac
 
 Although --pidfile is supported --pid seems to be preferred, and if we are bothering to map, why not map for the future?
 
-##### myapp_web_server.pl
-
---pidfile handling is shiit. MooseX::Daemonize will blow up really nastilly if not installed..
-
- --background handling also shit.
-
 ###  Nice to have
 
   * <@rafl> i've been thinking of maybe providing
index 2568fdd..bdb37bf 100644 (file)
@@ -1123,7 +1123,7 @@ sub setup {
     $class->setup_plugins( delete $flags->{plugins} );
     $class->setup_dispatcher( delete $flags->{dispatcher} );
     if (my $engine = delete $flags->{engine}) {
-        $class->log->warn("Specifying the engine in ->setup is no longer supported, XXX FIXME");
+        $class->log->warn("Specifying the engine in ->setup is no longer supported, see Catalyst::Upgrading");
     }
     $class->setup_engine();
     $class->setup_stats( delete $flags->{stats} );
index 52ab710..ac48d77 100644 (file)
@@ -56,7 +56,7 @@ engine specific fixes for uniform behaviour, as contained in:
 
 =over
 
-=item L<Plack::Middleware::LighttpdScriptNameFix> - FIXME, we don't use that really.
+=item L<Plack::Middleware::LighttpdScriptNameFix>
 
 =item L<Plack::Middleware::IIS6ScriptNameFix>
 
index b73f32a..8bc3e52 100644 (file)
@@ -167,14 +167,22 @@ highly welcomed:
 
 =back
 
+=head2 Specifying the engine in the call to ->setup
+
+XXX FIXME
+
 =head2 Using middleware
 
-XXX Should this be here or elsewhere?
+XXX FIXME Should this be here or elsewhere?
 
 =head2 Making an app.psgi file
 
+FIXME
+
 =head2 Running with plackup?
 
+FIXME
+
 =head2 Tests in 5.89
 
 Tests should generally work the same in Catalyst 5.89, however there are some differences.