[libemail-mime-contenttype-perl] branch master updated (b9654f2 -> f7f374f)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 18 21:13:54 UTC 2017


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

fsfs pushed a change to branch master
in repository libemail-mime-contenttype-perl.

      from  b9654f2   update changelog
      adds  5364728   More robust Content-Type parsing
      adds  36c84ab   When $STRICT_PARAMS is not set, allow parameters to be separated only by whitespace
      adds  2293dc6   Add support for RFC 2822 comments
      adds  b89e069   Fix indentation
      adds  6b75a6e   Add new tests
      adds  2e7add5   Add support for RFC 2231 (Character Set and Parameter Continuations)
      adds  f11984a   Fix parsing quoted-string attribute values with quoted-pair
      adds  a0f33f6   changelog for next release
      adds  ef4d80b   add .gitnxtver_cache to .gitignore
      adds  181180f   v1.019
      adds  6bc5fa6   Fix variable used in _clean_comments
      adds  397191d   Allow to call private function _parse_attributes() without leading semicolon
      adds  50725ad   v1.020
      adds  9962bd2   Unfold lines from content type before processing it
      adds  717ad13   Fix RFC 2045 grammar and in strict mode parse content type according to RFC
      adds  29d5213   v1.021
      adds  b3c6a52   Add new function parse_content_disposition which parse Content-Disposition
      adds  bf3707d   Add POD documentation for parse_content_disposition() function
      adds  262de3e   Add tests for parse_content_disposition() function
      adds  c0d6b43   v1.022
      adds  69f0f97   New upstream version 1.022
       new  81741f3   Updated version 1.022 from 'upstream/1.022'
       new  637c08f   Update debian/changelog
       new  f029407   Update copyright years
       new  0ca0f46   Bump dh compat to level 9
       new  f80ecd9   Drop versioned dependency on perl satisfied in oldoldstable
       new  2623b11   Declare compliance with Debian Policy 4.1.0
       new  f7f374f   prepare changelog for release

The 7 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                             |  18 ++
 MANIFEST                            |   5 +-
 META.json                           | 193 ++++++++++--------
 META.yml                            | 178 +++++++++--------
 Makefile.PL                         |   9 +-
 README                              |   6 +-
 debian/changelog                    |  11 +-
 debian/compat                       |   2 +-
 debian/control                      |   7 +-
 debian/copyright                    |   2 +-
 lib/Email/MIME/ContentType.pm       | 385 ++++++++++++++++++++++++++++++------
 t/00-report-prereqs.dd              |   2 +
 t/00-report-prereqs.t               |  26 ++-
 t/1.t                               | 140 ++++++++++++-
 t/parse_content_disposition.t       |  86 ++++++++
 xt/{release => author}/pod-syntax.t |   1 +
 xt/release/changes_has_content.t    |   2 +-
 17 files changed, 815 insertions(+), 258 deletions(-)
 create mode 100644 t/parse_content_disposition.t
 rename xt/{release => author}/pod-syntax.t (84%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-mime-contenttype-perl.git



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