[libhttp-entity-parser-perl] branch master updated (775e6d9 -> dc2abfc)

gregor herrmann gregoa at debian.org
Sat Sep 30 14:13:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libhttp-entity-parser-perl.

      from  775e6d9   update changelog
      adds  6e47ae1   first commit
      adds  c437297   about test data
      adds  f11daf5   synopsis
      adds  5ea58c6   pod
      adds  057f3db   doc
      adds  526a88b   doc
      adds  a566917   doc
      adds  e235542   parse disposition with regexp
      adds  91f6bcc   use y///
      adds  fcb6fa1   add benchmark
      adds  63ab8c5   Checking in changes prior to tagging of version 0.01.
      adds  c6ffc9b   Fix the typo of allow operator
      adds  9b88e11   Merge pull request #1 from moznion/fix/pod_typo
      adds  1eda542   open with :unix
      adds  97069af   open with :unix
      adds  cb70286   open with :unix t::Utils
      adds  7e6038e   open with urlencode.t
      adds  b8a5630   Checking in changes prior to tagging of version 0.02.
      adds  d93e5cb   tune a bit
      adds  e69b011   update benchmark result
      adds  a7b6b1c   requires WWW::Form::UrlEncoded
      adds  9fa7338   update benchmark
      adds  308d34c   Checking in changes prior to tagging of version 0.03.
      adds  2ab319a   fix documentation bug about Plack::Request::Upload
      adds  f048499   Checking in changes prior to tagging of version 0.04.
      adds  a918f4e   requires WWW::Form::UrlEncoded 0.10
      adds  ba3d7e7   add suggests
      adds  99b78c1   Checking in changes prior to tagging of version 0.05.
      adds  c05463d   requires WWW::Form::UrlEncoded 0.13
      adds  f96bab0   Checking in changes prior to tagging of version 0.10.
      adds  d233fd6   cache loaded parser and tune a bit
      adds  9178a80   Checking in changes prior to tagging of version 0.11.
      adds  b35e74f   update benchmark
      adds  4c9ddc7   use parse_urlencoded_arrayref
      adds  03974e0   updated by minilla
      adds  f1c30fe   Checking in changes prior to tagging of version 0.12.
      adds  d1bd9ee   use tempdir for multipart ref:https://github.com/plack/Plack/pull/537
      adds  1a506bc   new tempdir ondemand and clear parser on finalize
      adds  0367eff   Checking in changes prior to tagging of version 0.13.
      adds  1142fd1   make read buf size configurable
      adds  5464745   more perl versions on travis
      adds  82b0fd6   Checking in changes prior to tagging of version 0.14.
      adds  4bdc89a   make buffer length configurable per instance #3
      adds  c2c6c1b   increase default buffer length
      adds  571364a   Checking in changes prior to tagging of version 0.15.
      adds  551a526   modify disposition parser https://gist.github.com/chansen/7163968
      adds  91490a9   oops
      adds  1816a7e   Checking in changes prior to tagging of version 0.16.
      adds  d19827f   requires W:F::UE 0.23
      adds  34c098e   use mirror
      adds  d3b7845   revert
      adds  44c70ef   Checking in changes prior to tagging of version 0.17.
      adds  0af03f9   fix some grammar and a few typos in the documentation
      adds  a2979f7   save the file in $TMPDIR, rather than in a dir with a predictable name
      adds  ed1a631   Make it more clear that the parsed entity is utf-8 encoded.
      adds  c21f683   Hash::MultiValue is also used in lib/HTTP/Entity/Parser.pm
      adds  b8123f1   Switch from JSON to JSON::MaybeXS
      adds  3cab794   checking in changes from "minil build"
      adds  01da864   Merge pull request #4 from karenetheridge/topic/tmpdir_and_json
      adds  dad1566   Checking in changes prior to tagging of version 0.18.
      adds  26582e1   Adjust tests for module load from a relative path when . is not in @INC
      adds  88fe5b9   Merge pull request #8 from toddr/no_dot_inc
      adds  f99b37f   Checking in changes prior to tagging of version 0.19.
      adds  26c6a85   fixed #6
      adds  e3caf61   updated by minil
      adds  9d817ff   fixed #7
      adds  9c51b61   add tests
      adds  e34b696   Checking in changes prior to tagging of version 0.20.
      adds  5aee12a   New upstream version 0.20
       new  04412ed   Update upstream source from tag 'upstream/0.20'
       new  626f1a4   Update debian/changelog
       new  19855be   add bug closer
       new  129d378   Update years of packaging copyright.
       new  245fd8b   Declare compliance with Debian Policy 4.1.1.
       new  dc2abfc   releasing package libhttp-entity-parser-perl version 0.20-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                 |  9 +++++++++
 META.json                               | 13 +++++++------
 META.yml                                | 11 ++++++-----
 README.md                               |  4 ++--
 debian/changelog                        |  9 +++++++--
 debian/control                          |  2 +-
 debian/copyright                        |  2 +-
 lib/HTTP/Entity/Parser.pm               | 17 +++++++++++++----
 t/00_compile.t                          | 23 ++++++++++++++++++++++-
 t/01_content_type/multipart.t           |  3 ++-
 t/01_content_type/multipart_form_data.t |  2 +-
 t/02_http_body/multipart.t              |  3 ++-
 t/02_http_body/octetstream.t            |  3 ++-
 t/02_http_body/urlencoded.t             |  3 ++-
 14 files changed, 77 insertions(+), 27 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-entity-parser-perl.git



More information about the Pkg-perl-cvs-commits mailing list