X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0bfbf7a319f7769176866e747c4991709cc7e144;hb=2bc99ccd7582eeb2970e3779bcd2833b95646700;hp=e20ebdb10410aee623ca3fe420dacde54b5fd773;hpb=15e679c14bf1802ecc67e8f33b8174d277be9290;p=catagits%2FWeb-Simple.git diff --git a/Changes b/Changes index e20ebdb..0bfbf7a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Change log for Web::Simple + - Update Plack usage to call ::Handler:: classes not ::Server:: + - Assume FastCGI mode if STDIN is a socket (works some places env vars fail) + - Change CLI mode to print status line and headers to STDERR and content + to STDOUT so that './myapp /foo.html >foo.html' works sanely - Add *.* and **.* dispatch types to keep extension - Add Antiquated Perl slides in a POD document.