Revision history for Plack-App-FakeApache1
0.0.1_05 2012-06-29 16:47:51 Europe/London
- add remaining 4xx status codes
- add HTTP_OK (200) status code
0.0.1_04 2012-06-20 10:16:03 Europe/London
- add [AutoPrereqs] plugin
0.0.1_03 2012-06-19 16:01:37 Europe/London
- add missing constants to export list (doh!)
v0.0.1_02 2012-06-19 15:46:57 Europe/London
- Add constant: HTTP_METHOD_NOT_ALLOWED (405)
- Fix response status with internal server error
- Better treatment of $plack->{response}{status}
- More sentible behaviour on server/code error
- Add support for send_http_header()
- Remove pointless 'NO BODY' output
- Remove debugger breakpoint
- handle_psgi() takes apache config file argument
- Remove company-specific modules, env-vars
v0.0.1_01 Wed Apr 18 10:10:26 2012 +0100
- Add factored out modules from $myapp
- Switch Kwalitee test pluding used with dzil
- Continue ripping off Plack::App::FakeApache
- Post-minting Initial Commit