[libemail-folder-perl] branch master updated (f747162 -> 05a9fda)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 02:08:35 UTC 2016


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

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

      from  f747162   update changelog
      adds  de2334f   Mbox: Add support for reading from filehandle
      adds  fe20276   Mbox: Add support for unescaping From lines
      adds  abd4880   Mbox: Add function next_messageref() which returns ref to string
      adds  ee59ca8   Mbox: Add function next_from() which returns the From_ line for next message
      adds  a49974f   Mbox: Fix parsing mboxcl & mboxcl2 archives which have lot of spaces in Content-Length or Lines headers
      adds  3894028   Mbox: Add support for non-seekable filehandles
      adds  fff6e39   localize $/ as needed before reading from mbox fh
      adds  f84e8ea   run tests in predictable order, for sanity's sake
      adds  fed157a   changelog for Pali Rohár's changes
      adds  9108088   Moerge branch 'mbox-changes'
      adds  98ece8f   blank lines for $VERSION assignment
      adds  acd7077   v0.859
      adds  43eb2d7   Mbox: Add function messageid() which returns the messageid of last read message
      adds  6382c75   Mbox: Fix documentation
      adds  a1858b0   Mbox: Do not cut last line of last email
      adds  e8a93c3   Mbox: Allow to read input from any file type (except directory entries)
      adds  e588946   v0.860
      adds  e73a0d8   Imported Upstream version 0.860
       new  ecae699   Merge tag 'upstream/0.860'
       new  aaa3958   Update debian/changelog
       new  2dd8669   Add d/u/metadata
       new  8cdc07c   Bump debhelper compatibility level to 9
       new  d7ccff1   Declare compliance with Debian policy 3.9.7
       new  524b918   Wrap and sort debian directory
       new  7b1e067   debian/control: fix with cme
       new  56eb6b8   debian/copyright: add Comment field
       new  05a9fda   Releasing libemail-folder-perl version 0.860-1

The 9 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                          |   5 +
 LICENSE                          |   2 +-
 MANIFEST                         |   3 +-
 META.json                        | 327 ++++++++-------------------------------
 META.yml                         | 272 ++++++++------------------------
 Makefile.PL                      |  47 +++---
 README                           |   4 +-
 debian/changelog                 |  16 +-
 debian/compat                    |   2 +-
 debian/control                   |  33 ++--
 debian/copyright                 |   5 +-
 debian/upstream/metadata         |   8 +
 dist.ini                         |   1 +
 lib/Email/Folder.pm              |  69 ++-------
 lib/Email/Folder/Ezmlm.pm        |  13 +-
 lib/Email/Folder/MH.pm           |  22 ++-
 lib/Email/Folder/Maildir.pm      |  26 ++--
 lib/Email/Folder/Mbox.pm         | 137 ++++------------
 lib/Email/Folder/Reader.pm       |  44 ++----
 t/00-report-prereqs.t            | 168 ++++++++++++++++++++
 t/000-report-versions-tiny.t     |  79 ----------
 xt/release/changes_has_content.t |   2 +-
 xt/release/pod-syntax.t          |   5 +-
 23 files changed, 455 insertions(+), 835 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

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



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