X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=fe3d68fe4f0258d114e0db5776c7c7ce4dcaee87;hp=c77e355ec2aaf3ec05a8c3ea62bd56e7b116979f;hb=8e03d1bada5e205dbe4b9aad181ed606dd04dc4e;hpb=b28a5d4a5369ac92ab38e57bb59660d768a71cb6 diff --git a/TODO b/TODO index c77e355..fe3d68f 100644 --- a/TODO +++ b/TODO @@ -33,22 +33,25 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree * 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. - * Installation issues with some common modules (from Task::Catalyst) - - Catalyst::Engine::HTTP::Prefork ?? maybe remove from Task::Catalyst? +### Things to discuss + + * 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. + +### PSGI Release Punchlist + + * Release a version of Task::Catalyst without CE:PSGI and CE:HTTP:Prefork + since those are deprecated. #### Script survey ### Nice to have - * Test/WWW/Mechanize/Catalyst.pm stable throws a deprecation alert when - using Catalyst::Test changes introduced by Cataplack. Suggested fix is - in the repo: http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=14059 - * Capture arguments that the plack engine component was run with somewhere, to more easily support custom args from scripts (e.g. Gitalist's --git_dir)