[liblog-dispatch-perl] branch master updated (32ddda9 -> be5546c)

Florian Schlichting fsfs at alioth.debian.org
Mon Sep 9 08:10:57 UTC 2013


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

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

      from  32ddda9   update changelog
      adds  1d11ed1   Adding upstream version 2.32.
       new  614c487   Merge branch 'upstream'
      adds  6cf5b77   Imported Upstream version 2.41
       new  eba773b   Merge tag 'upstream/2.41'
       new  48ee9b3   Import Upstream version 2.41
       new  033bc62   bump year of upstream copyright
       new  11aea86   add build-dependency on libdist-checkconflicts-perl
       new  79b45ed   Bump Standards-Version to 3.9.4 (no change)
       new  ba25a49   refresh debian/control
       new  65aa219   refresh debian/copyright
       new  be5546c   prepare changelog for release

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                                 |   62 +++++++++++++++++
 LICENSE                                 |    2 +-
 MANIFEST                                |    5 +-
 META.json                               |   17 ++++-
 META.yml                                |    9 ++-
 Makefile.PL                             |   61 +++++++++++++++--
 README                                  |    4 +-
 debian/changelog                        |   12 +++-
 debian/control                          |   30 ++++----
 debian/copyright                        |   23 ++++---
 dist.ini                                |    9 ++-
 lib/Log/Dispatch.pm                     |   17 +++--
 lib/Log/Dispatch/ApacheLog.pm           |   12 ++--
 lib/Log/Dispatch/Base.pm                |   16 ++---
 lib/Log/Dispatch/{Handle.pm => Code.pm} |   64 ++++++++++-------
 lib/Log/Dispatch/Conflicts.pm           |   43 ++++++++++++
 lib/Log/Dispatch/Email.pm               |   12 ++--
 lib/Log/Dispatch/Email/MIMELite.pm      |   12 ++--
 lib/Log/Dispatch/Email/MailSend.pm      |   12 ++--
 lib/Log/Dispatch/Email/MailSender.pm    |   32 ++++++---
 lib/Log/Dispatch/Email/MailSendmail.pm  |   12 ++--
 lib/Log/Dispatch/File.pm                |   70 ++++++++++++-------
 lib/Log/Dispatch/File/Locked.pm         |   33 ++++++---
 lib/Log/Dispatch/Handle.pm              |   12 ++--
 lib/Log/Dispatch/Null.pm                |   16 ++---
 lib/Log/Dispatch/Output.pm              |   20 +++---
 lib/Log/Dispatch/Screen.pm              |   12 ++--
 lib/Log/Dispatch/Syslog.pm              |   12 ++--
 t/01-basic.t                            |  113 +++++++++++++++++++++++++++----
 t/04-binmode.t                          |   54 +++++++++++++++
 t/05-close-after-write.t                |   97 ++++++++++++++++++++++++++
 t/release-pod-linkcheck.t               |   28 --------
 t/release-pod-spell.t                   |    4 ++
 33 files changed, 679 insertions(+), 258 deletions(-)
 copy lib/Log/Dispatch/{Handle.pm => Code.pm} (50%)
 create mode 100644 lib/Log/Dispatch/Conflicts.pm
 create mode 100644 t/04-binmode.t
 create mode 100644 t/05-close-after-write.t
 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/liblog-dispatch-perl.git



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