[libcourriel-perl] branch master updated (860cd8d -> 783d5db)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Aug 13 13:26:34 UTC 2015


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

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

      from  860cd8d   releasing package libcourriel-perl version 0.37-2
      adds  ee00f60   Changes for space in header fix
      adds  ca7ec94   Handle a set of chunks with no text, just whitespace when encoding a header
      adds  8c50cae   Remove links to roles without POD
      adds  fdef64b   Switch to DROLSKY plugin bundle
      adds  c2b633c   v0.36
      adds  4868bda   don't call character strings "utf-8 encoded"
      adds  d4ac8be   Require MX::PV 0.21 and fix failing test with changed error message
      adds  19e72ec   Add generated files
      adds  d3d2969   Add $VERSION to all modules
      adds  4e767f8   EOLTests is not Test::EOL
      adds  43cb404   ispell apparently spell checks "Postel's" as "Postel" now
      adds  2ec1082   Tidying and critic fixes
      adds  6894d83   Ignore .tidyall.d dir
      adds  6a21f1e   Add more generated files
      adds  e9b8266   Add .travis.yml
      adds  92e60f1   Add Email::Sender to TestRecommends
      adds  d6f2fb9   Update generated files
      adds  ee98523   Install libmagic-dev for File::LibMagic in .travis.yml
      adds  8b170d7   Add Pod::Coverage::Moose to DevelopRequires
      adds  842b40e   more tidying
      adds  3872774   Only test MIME type detection on my desktop machine
      adds  d7975aa   Add Path::Class to TestRecommends
      adds  326d53a   v0.37
      adds  419d706   Bump version after release
      adds  529a8bb   Add 5.22 to build targets
      adds  33e2649   Fix path to travis-perl-helpers
      adds  e4c107b   Add dev to perl list, allow blead failures, add coverage
      adds  d023bec   Use container builds and travis-perl --auto
      adds  81d2c16   Try installing more aspell packages to see if that makes Test::Spelling happy
      adds  fce72cc   We only need aspell and aspell-en
      adds  dbc6a65   Quote Perl versions so 5.20 is not interpreted as 5.2
      adds  6dd0b2d   Remove empty parens from method calls
      adds  2b2522a   Add another "no critic"
      adds  2a7d465   Fix broken use of attach in Builder SYNOPSIS
      adds  93b0dfb   Remove obsolete doc references to charset parameter
      adds  555b703   Make Email::Abstract::Courriel->get_body equivalent to ->as_string
      adds  e542b85   Fix typo in Changes
      adds  a1a5d0c   Update Changes for 0.39 release
      adds  c4c829d   Bump version to 0.39
      adds  762402c   v0.39
      adds  8115fff   Imported Upstream version 0.39
       new  c498549   Merge tag 'upstream/0.39'
       new  a52385c   Update debian/changelog
       new  ed7c3df   Update changelog info generated by dpt
       new  783d5db   Bump debhelper compatibility level to 9

The 4 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                                            |  14 ++
 MANIFEST                                           |   6 +-
 META.json                                          | 261 +++++++++++----------
 META.yml                                           | 235 ++++++++++---------
 Makefile.PL                                        |   8 +-
 README.md                                          |  12 +-
 cpanfile                                           |   7 +-
 debian/changelog                                   |   8 +
 debian/compat                                      |   2 +-
 debian/control                                     |   2 +-
 lib/Courriel.pm                                    | 103 ++++----
 lib/Courriel/Builder.pm                            |  28 +--
 lib/Courriel/Header.pm                             |  16 +-
 lib/Courriel/Header/ContentType.pm                 |   4 +-
 lib/Courriel/Header/Disposition.pm                 |   4 +-
 lib/Courriel/HeaderAttribute.pm                    |  24 +-
 lib/Courriel/Headers.pm                            |  28 +--
 lib/Courriel/Helpers.pm                            |   4 +-
 lib/Courriel/Part/Multipart.pm                     |  40 ++--
 lib/Courriel/Part/Single.pm                        |  68 +++---
 lib/Courriel/Role/HeaderWithAttributes.pm          |  18 +-
 lib/Courriel/Role/Part.pm                          |  14 +-
 lib/Courriel/Role/Streams.pm                       |   2 +-
 lib/Courriel/Types.pm                              |   2 +-
 lib/Courriel/Types/Internal.pm                     |   4 +-
 lib/Email/Abstract/Courriel.pm                     |  14 +-
 t/00-report-prereqs.dd                             |   7 +-
 t/00-report-prereqs.t                              |   2 +-
 t/Builder.t                                        |  80 +++----
 t/ContentType.t                                    |   8 +-
 t/Courriel.t                                       | 139 ++++++-----
 t/Email-Sender.t                                   |  47 +++-
 t/HeaderAttribute.t                                |  20 +-
 t/Headers.t                                        |  68 +++---
 t/Part-Multipart.t                                 |  18 +-
 t/{00-compile.t => author-00-compile.t}            |  17 +-
 t/author-pod-spell.t                               |   2 +-
 ...elease-test-version.t => author-test-version.t} |  14 +-
 t/release-pod-coverage.t                           |   3 +
 t/stress.t                                         |   8 +-
 t/weird-input.t                                    |  18 +-
 41 files changed, 730 insertions(+), 649 deletions(-)
 rename t/{00-compile.t => author-00-compile.t} (79%)
 rename t/{release-test-version.t => author-test-version.t} (50%)

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