From: Tomas Doran Date: Sun, 24 Jul 2011 18:14:19 +0000 (+0100) Subject: Docs X-Git-Tag: 5.89003~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0aafa77a0d7f5ab78c2a56ad589ede07885afe51;p=catagits%2FCatalyst-Runtime.git Docs --- diff --git a/TODO b/TODO index 2d32722..5ac46dd 100644 --- 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2568fdd..bdb37bf 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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} ); diff --git a/lib/Catalyst/PSGI.pod b/lib/Catalyst/PSGI.pod index 52ab710..ac48d77 100644 --- a/lib/Catalyst/PSGI.pod +++ b/lib/Catalyst/PSGI.pod @@ -56,7 +56,7 @@ engine specific fixes for uniform behaviour, as contained in: =over -=item L - FIXME, we don't use that really. +=item L =item L diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index b73f32a..8bc3e52 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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.