Revision history for Perl extension Plack::Middleware::MethodOverride.
0.11 2015-01-12T19:26:57Z
- Fixed broken link to GitHub issues in the documentation.
- Removed Test::Pod::Coverage recommendation from Build.PL. This
distribution never used it.
0.10 2010-12-15T04:16:40
- Initial version.
- Merged code from Plack core.
- Added support for a query parameter to override the method.
- Method overriding allowed only via POST.
- All currently-supported HTTP methods are allowed.
- Original method available in the Plack environment hash under the
`plack.original_request_method` key.