X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=05dc1c738196e7590a8f3a57f3a462423b2ea8b5;hb=dacd8b0ea87f4c6a6f8cd52360007170835093d8;hp=5fcc354832c0f01b5044eea88a5eed950b3e2e89;hpb=fd480b06cb70942a689a0db9a1e6f8af4808c078;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 5fcc354..05dc1c7 100644 --- a/TODO +++ b/TODO @@ -30,17 +30,18 @@ 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 ### 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 --git_dir)