[libcourriel-perl] branch master updated (3463ee3 -> 5b94457)

gregor herrmann gregoa at debian.org
Mon Sep 15 17:46:47 UTC 2014


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

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

      from  3463ee3   update changelog
       new  c1b3eb2   Add debian/upstream/metadata
       new  4b85a0a   Update debian/changelog
      adds  1ec4fce   Imported Upstream version 0.36
       new  fdf8184   Merge tag 'upstream/0.36'
       new  7fa4181   Update debian/changelog
       new  08afe6d   update debian/upstream/metadata
       new  5b94457   releasing package libcourriel-perl version 0.36-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                                            |   7 +
 MANIFEST                                           |  12 +-
 META.json                                          | 609 ++++++++++++++++++++-
 META.yml                                           | 460 +++++++++++++++-
 Makefile.PL                                        |  17 +-
 README                                             |  16 -
 README.md                                          | 275 ++++++++++
 debian/changelog                                   |   9 +-
 debian/upstream/metadata                           |   8 +
 dist.ini                                           |  80 +--
 lib/Courriel.pm                                    |  20 +-
 lib/Courriel/Builder.pm                            |   8 +-
 lib/Courriel/Header.pm                             |  14 +-
 lib/Courriel/Header/ContentType.pm                 |  10 +-
 lib/Courriel/Header/Disposition.pm                 |  10 +-
 lib/Courriel/HeaderAttribute.pm                    |   8 +-
 lib/Courriel/Headers.pm                            |   8 +-
 lib/Courriel/Helpers.pm                            |   2 +-
 lib/Courriel/Part/Multipart.pm                     |  10 +-
 lib/Courriel/Part/Single.pm                        |  10 +-
 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                     |   8 +-
 t/00-compile.t                                     |  65 +++
 t/00-report-prereqs.dd                             |  73 +++
 t/00-report-prereqs.t                              | 176 ++++++
 t/Headers.t                                        |  12 +
 t/author-pod-spell.t                               |  69 +++
 t/release-no-tabs.t                                |  37 --
 t/release-pod-coverage.t                           |  65 ++-
 ...elease-pod-no404s.t => release-pod-linkcheck.t} |   9 +-
 t/release-pod-spell.t                              |  53 --
 ...elease-cpan-changes.t => release-portability.t} |  12 +-
 36 files changed, 1900 insertions(+), 282 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/author-pod-spell.t
 delete mode 100644 t/release-no-tabs.t
 copy t/{release-pod-no404s.t => release-pod-linkcheck.t} (67%)
 delete mode 100644 t/release-pod-spell.t
 copy t/{release-cpan-changes.t => release-portability.t} (55%)

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