[BUG FIXES]
- Fixed Middleware::AccessLog's default %t format to match Apache's format
- Fixed a warning in Apache1 handler where PATH_INFO doesn't exist #204
- Fixed a bad test relying on new Test::More versions
[IMPROVEMENTS]
- Fixed Lint to accept bare in-memory filehandle per http://stackoverflow.com/questions/6011793/
- Added setup_env() to Plack::Handler::CGI (markstos)
- Added a non-blocking Hello World example in eg/dot-psgi
- Doc cleanup