[libcourriel-perl] branch master updated (b605163 -> d771f34)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Apr 22 21:22:22 UTC 2014


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

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

      from  b605163   update changelog
      adds  3641cb7   Imported Upstream version 0.33
       new  835ef01   Merge tag 'upstream/0.33'
       new  be2279c   Import Upstream version 0.33
       new  a5152a1   Bump year of upstream copyright
       new  020fc5b   Declare compliance with Debian Policy 3.9.5
       new  d771f34   prepare changelog for release

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:
 Changes                                          |  13 +
 LICENSE                                          |   2 +-
 MANIFEST                                         |   5 +-
 META.json                                        |   6 +-
 META.yml                                         |   4 +-
 Makefile.PL                                      |  71 +++--
 README                                           |   6 +-
 debian/changelog                                 |  12 +-
 debian/control                                   |   2 +-
 debian/copyright                                 |   2 +-
 dist.ini                                         |   8 +-
 lib/Courriel.pm                                  |  22 +-
 lib/Courriel/Builder.pm                          |  11 +-
 lib/Courriel/ContentType.pm                      |  42 ---
 lib/Courriel/Disposition.pm                      |  42 ---
 lib/Courriel/Header.pm                           |  11 +-
 lib/Courriel/Header/ContentType.pm               |  11 +-
 lib/Courriel/Header/Disposition.pm               |  11 +-
 lib/Courriel/HeaderAttribute.pm                  |  11 +-
 lib/Courriel/Headers.pm                          |  53 ++--
 lib/Courriel/Helpers.pm                          |   5 +-
 lib/Courriel/Part/Multipart.pm                   |  11 +-
 lib/Courriel/Part/Single.pm                      |  11 +-
 lib/Courriel/Role/HeaderWithAttributes.pm        |   5 +-
 lib/Courriel/Role/Part.pm                        |   5 +-
 lib/Courriel/Role/Streams.pm                     |   5 +-
 lib/Courriel/Types.pm                            |   5 +-
 lib/Courriel/Types/Internal.pm                   |   5 +-
 lib/Email/Abstract/Courriel.pm                   |  11 +-
 t/Builder.t                                      |  11 +-
 t/Headers.t                                      |  38 +--
 t/data/stress-test/mixed_header_line_endings.txt | 354 +++++++++++++++++++++++
 t/release-pod-linkcheck.t                        |  28 --
 t/release-pod-syntax.t                           |   5 +-
 34 files changed, 546 insertions(+), 298 deletions(-)
 delete mode 100644 lib/Courriel/ContentType.pm
 delete mode 100644 lib/Courriel/Disposition.pm
 create mode 100644 t/data/stress-test/mixed_header_line_endings.txt
 delete mode 100644 t/release-pod-linkcheck.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