[libcourriel-perl] branch master updated (701f4fe -> 953217a)

gregor herrmann gregoa at debian.org
Wed Jul 20 17:32:14 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  701f4fe   update changelog
      adds  45392ba   Bump version after release
      adds  73013e8   Test with Perl 5.24
      adds  0a16ee3   Test coverage with 5.24
      adds  ee374fb   Skip CleanNamespaces test for Builder & Helpers
      adds  707fae5   Update generated files
      adds  a7ba7d6   Require DateTime::Format::Mail 0.403
      adds  6fd2d7f   v0.42
      adds  8823ec1   Imported Upstream version 0.42
       new  ac0b7e6   Merge tag 'upstream/0.42'
       new  f7cae38   Update debian/changelog
       new  ca393d0   Make (build) dependency on libdatetime-format-mail-perl versioned.
       new  6a54955   Install new CONTRIBUTING document.
       new  953217a   releasing package libcourriel-perl version 0.42-1

The 5 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:
 CONTRIBUTING.md                                    | 131 ++++
 Changes                                            |   7 +
 INSTALL                                            |  14 +-
 MANIFEST                                           |  28 +-
 META.json                                          | 683 +++++++++++++--------
 META.yml                                           | 572 ++++++++++-------
 Makefile.PL                                        |   8 +-
 README.md                                          | 380 ++++++------
 cpanfile                                           |  15 +-
 debian/changelog                                   |   8 +-
 debian/control                                     |   4 +-
 debian/libcourriel-perl.docs                       |   1 +
 dist.ini                                           |   1 +
 lib/Courriel.pm                                    |  40 +-
 lib/Courriel/Builder.pm                            |  17 +-
 lib/Courriel/Header.pm                             |  17 +-
 lib/Courriel/Header/ContentType.pm                 |  17 +-
 lib/Courriel/Header/Disposition.pm                 |  17 +-
 lib/Courriel/HeaderAttribute.pm                    |  17 +-
 lib/Courriel/Headers.pm                            |  17 +-
 lib/Courriel/Helpers.pm                            |   2 +-
 lib/Courriel/Part/Multipart.pm                     |  17 +-
 lib/Courriel/Part/Single.pm                        |  17 +-
 lib/Courriel/Role/HeaderWithAttributes.pm          |   2 +-
 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                     |  17 +-
 perlcriticrc                                       |   9 +
 t/00-report-prereqs.dd                             |  17 +-
 t/00-report-prereqs.t                              |  10 +-
 t/author-mojibake.t                                |  17 -
 t/release-cpan-changes.t                           |  19 -
 t/release-meta-json.t                              |  12 -
 t/release-tidyall.t                                |  17 -
 tidyall.ini                                        |  22 +-
 t/author-00-compile.t => xt/author/00-compile.t    |   8 -
 xt/author/clean-namespaces.t                       |  16 +
 xt/author/mojibake.t                               |   9 +
 .../author/pod-coverage.t                          |   8 -
 t/release-pod-no404s.t => xt/author/pod-no404s.t   |   8 -
 t/author-pod-spell.t => xt/author/pod-spell.t      |  11 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t    |   8 -
 t/release-portability.t => xt/author/portability.t |   8 -
 .../author/test-version.t                          |  11 +-
 xt/release/cpan-changes.t                          |  10 +
 xt/release/meta-json.t                             |   4 +
 .../release/pod-linkcheck.t                        |   8 -
 xt/release/tidyall.t                               |  15 +
 50 files changed, 1369 insertions(+), 935 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 debian/libcourriel-perl.docs
 delete mode 100644 t/author-mojibake.t
 delete mode 100644 t/release-cpan-changes.t
 delete mode 100644 t/release-meta-json.t
 delete mode 100644 t/release-tidyall.t
 rename t/author-00-compile.t => xt/author/00-compile.t (91%)
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/mojibake.t
 rename t/release-pod-coverage.t => xt/author/pod-coverage.t (90%)
 rename t/release-pod-no404s.t => xt/author/pod-no404s.t (68%)
 rename t/author-pod-spell.t => xt/author/pod-spell.t (72%)
 rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
 rename t/release-portability.t => xt/author/portability.t (54%)
 rename t/author-test-version.t => xt/author/test-version.t (69%)
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/meta-json.t
 rename t/release-pod-linkcheck.t => xt/release/pod-linkcheck.t (68%)
 create mode 100644 xt/release/tidyall.t

-- 
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