Commit graph

5 commits

Author SHA1 Message Date
wen
5182c6b33a Update to 0.20
Upstream changes:
0.20  2018-05-25 03:35:00 PDT
      - Repackage the module. Same as 0.15, except repositroy metadata updates

0.19  2018-05-25 03:12:21 PDT
      - Fix license and copyright that have been accidentally broken in
        0.16-8 META files

0.18  2018-05-24 23:01:57 PDT
      - Maintenance release to retroactively update Changes

0.17  2018-05-23 23:37:03 PDT
      - Fixed prereqs and META.json

0.16  2018-05-23 23:10:55 PDT
      - Module ownership transferred
      - Switch to Milla and Module::Build::Tiny
2018-05-30 12:02:08 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
4ab4e52a8c Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mef
a6c7ba7181 Import p5-Plack-Middleware-MethodOverride-0.15 as www/p5-Plack-Middleware-MethodOverride.
Writing RESTful apps is a good thing, but if you're also trying to support
web browsers, it would be nice not to be reduced to GET and POST for
everything.

This middleware allows for POST requests that pretend to be something else:
by adding either a header named X-HTTP-Method-Override to the request, or a
query parameter named x-tunneled-method to the URI, the client can say what
method it actually meant. That is, as long as it meant one of these:
    GET
    POST
    HEAD
    PUT
    DELETE
    OPTIONS
    TRACE
    CONNECT
    PATCH
If so, then the REQUEST_METHOD in the PSGI environment will be replaced
with the client's desired value. The original request method is always
stored under the plack.original_request_method key.
2015-11-27 22:20:08 +00:00