[liblog-dispatch-perl] branch master updated (522e16c -> ced5f0b)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Jan 21 01:16:47 UTC 2016


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

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

      from  522e16c   Releasing liblog-dispatch-perl version 2.53-1
      adds  c7cd42b   Bump version after release
      adds  c8be7bb   Simplify locking by making it all happen in log_message
      adds  8f20e41   Fix Syslog locking when the threads module was not pre-loaded before the Syslog output was created.
      adds  46f4380   Remove numbers from most test file names
      adds  7ab632c   Fixes bug #106495 - log() level param can accept the level's integer representation
      adds  862e217   Move package vars from Log::Dispatch and ::Output to a shared module
      adds  4005124   Tidy all code
      adds  3281fa5   v2.54
      adds  cf43e81   Imported Upstream version 2.54
       new  87899ae   Merge tag 'upstream/2.54'
       new  7254867   Update debian/changelog
       new  ced5f0b   Releasing liblog-dispatch-perl version 2.54-1

The 3 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                                           | 20 ++---
 META.json                                          | 45 ++++++-----
 META.yml                                           | 44 ++++++-----
 Makefile.PL                                        |  4 +-
 README.md                                          | 11 ++-
 cpanfile                                           |  2 +-
 debian/changelog                                   |  7 ++
 lib/Log/Dispatch.pm                                | 68 ++++++++---------
 lib/Log/Dispatch/ApacheLog.pm                      |  4 +-
 lib/Log/Dispatch/Base.pm                           |  4 +-
 lib/Log/Dispatch/Code.pm                           |  4 +-
 lib/Log/Dispatch/Conflicts.pm                      |  1 +
 lib/Log/Dispatch/Email.pm                          |  4 +-
 lib/Log/Dispatch/Email/MIMELite.pm                 |  4 +-
 lib/Log/Dispatch/Email/MailSend.pm                 |  4 +-
 lib/Log/Dispatch/Email/MailSender.pm               |  4 +-
 lib/Log/Dispatch/Email/MailSendmail.pm             |  4 +-
 lib/Log/Dispatch/File.pm                           |  4 +-
 lib/Log/Dispatch/File/Locked.pm                    | 34 ++++++---
 lib/Log/Dispatch/Handle.pm                         |  4 +-
 lib/Log/Dispatch/Null.pm                           |  4 +-
 lib/Log/Dispatch/Output.pm                         | 20 ++---
 lib/Log/Dispatch/Screen.pm                         |  4 +-
 lib/Log/Dispatch/Syslog.pm                         |  6 +-
 lib/Log/Dispatch/Vars.pm                           | 89 ++++++++++++++++++++++
 t/00-report-prereqs.dd                             |  2 +-
 t/author-eol.t                                     | 22 +++---
 t/author-no-tabs.t                                 | 22 +++---
 t/author-pod-spell.t                               | 10 +++
 t/author-test-version.t                            |  1 +
 t/{01-basic.t => basic.t}                          | 80 ++++++++++++++++++-
 t/{04-binmode.t => binmode.t}                      |  0
 t/{05-close-after-write.t => close-after-write.t}  |  0
 t/{02-email-exit.t => email-exit.t}                |  0
 t/{09-file-locked.t => file-locked.t}              | 31 +++++---
 t/{08-screen.t => screen.t}                        |  0
 t/{03-short-syntax.t => short-syntax.t}            |  0
 ...s.t => syslog-lock-without-preloaded-threads.t} |  4 +-
 t/{07-syslog-threads.t => syslog-threads.t}        |  4 +-
 t/{06-syslog.t => syslog.t}                        |  0
 41 files changed, 409 insertions(+), 180 deletions(-)
 create mode 100644 lib/Log/Dispatch/Vars.pm
 rename t/{01-basic.t => basic.t} (90%)
 rename t/{04-binmode.t => binmode.t} (100%)
 rename t/{05-close-after-write.t => close-after-write.t} (100%)
 rename t/{02-email-exit.t => email-exit.t} (100%)
 rename t/{09-file-locked.t => file-locked.t} (89%)
 rename t/{08-screen.t => screen.t} (100%)
 rename t/{03-short-syntax.t => short-syntax.t} (100%)
 copy t/{07-syslog-threads.t => syslog-lock-without-preloaded-threads.t} (91%)
 rename t/{07-syslog-threads.t => syslog-threads.t} (100%)
 rename t/{06-syslog.t => syslog.t} (100%)

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