[libcourriel-perl] branch master updated (4d76119 -> ad10c75)

gregor herrmann gregoa at debian.org
Fri Feb 12 20:20:51 UTC 2016


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

gregoa pushed a change to branch master
in repository libcourriel-perl.

      from  4d76119   update changelog
      adds  47b0135   Bump version after release
      adds  e1fb0eb   Small doc fix
      adds  3bd9f93   Tidyall with the latest Perl::Tidy release
      adds  e12c631   Fix broken encoding of Received header and any header with email addresses
      adds  984a26f   v0.40
      adds  a178eb4   Imported Upstream version 0.40
       new  290ed62   Merge tag 'upstream/0.40'
       new  3bb65cf   Update debian/changelog
       new  dd5a70b   Update years of upstream and packaging copyright.
       new  71cc96f   Add (build) dependency on libemail-address-list-perl.
       new  8ef17d1   Declare compliance with Debian Policy 3.9.7.
       new  ad10c75   releasing package libcourriel-perl version 0.40-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                                         |  16 ++
 LICENSE                                         |   2 +-
 MANIFEST                                        |   6 +-
 META.json                                       | 295 +++++++++++++++---------
 META.yml                                        | 269 +++++++++++++--------
 Makefile.PL                                     |   7 +-
 README.md                                       |   6 +-
 cpanfile                                        |   3 +
 debian/changelog                                |  10 +-
 debian/control                                  |   4 +-
 debian/copyright                                |   4 +-
 lib/Courriel.pm                                 |  10 +-
 lib/Courriel/Builder.pm                         |  12 +-
 lib/Courriel/Header.pm                          | 119 ++++++++--
 lib/Courriel/Header/ContentType.pm              |   6 +-
 lib/Courriel/Header/Disposition.pm              |   6 +-
 lib/Courriel/HeaderAttribute.pm                 |   6 +-
 lib/Courriel/Headers.pm                         |  10 +-
 lib/Courriel/Helpers.pm                         |   2 +-
 lib/Courriel/Part/Multipart.pm                  |   6 +-
 lib/Courriel/Part/Single.pm                     |   6 +-
 lib/Courriel/Role/HeaderWithAttributes.pm       |   4 +-
 lib/Courriel/Role/Part.pm                       |   2 +-
 lib/Courriel/Role/Streams.pm                    |   2 +-
 lib/Courriel/Types.pm                           |   2 +-
 lib/Courriel/Types/Internal.pm                  |   2 +-
 lib/Email/Abstract/Courriel.pm                  |   6 +-
 t/00-report-prereqs.dd                          |   3 +
 t/Courriel.t                                    |   3 +
 t/Headers.t                                     |  78 +++++--
 t/Part-Single.t                                 |  10 +-
 t/author-00-compile.t                           |   4 +-
 t/author-mojibake.t                             |  17 ++
 t/author-pod-spell.t                            |   4 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/{release-pod-syntax.t => release-meta-json.t} |   6 +-
 36 files changed, 640 insertions(+), 313 deletions(-)
 create mode 100644 t/author-mojibake.t
 copy t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 rename t/{release-pod-syntax.t => release-meta-json.t} (54%)

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



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