The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension HTTP-Entity-Parser

0.12 2014-02-24T14:05:33Z

    - use parse_urlencoded_arrayref. requires WWW::Form::UrlEncoded >= 0.17

0.11 2014-02-19T15:38:51Z

    - cache loaded parser and tune a bit

0.10 2014-02-19T06:29:13Z

    - requires WWW::Form::UrlEncoded >= 0.13 for backward compatibility

0.05 2014-02-17T07:00:27Z

    - requires WWW::Form::UrlEncoded >= 0.10  that does not use xs

0.04 2014-02-07T08:05:16Z

    - fix a documentation bug about Plack::Request::Upload

0.03 2014-02-07T07:09:03Z

    - use WWW::Form::UrlEncoded for parsing POST data
    - update benchmark

0.02 2014-02-06T02:34:25Z

    - fix test on Windows #2 (Thank you chorny)
      use :unix perlio
    - fix a document bug (Thank you moznion)

0.01 2014-02-05T02:00:47Z

    - original version