[liblog-dispatch-perl] branch master updated (64f2db0 -> 33654b4)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 28 02:29:44 UTC 2016


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

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

      from  64f2db0   update changelog
      adds  f5ee1cd   Bump version after release
      adds  4226796   Test with Perl 5.24
      adds  98c1855   clarify that remove() only works on output objects
      adds  7b2adc2   Merge pull request #21 from preaction/doc-fix
      adds  c6abf97   Add remove_callback method
      adds  b0b1dee   Don't try to run deps test unless Test::DependentModules is installed
      adds  0c2f969   Switch to Test::Needs
      adds  a1be73e   v2.57
      adds  aeea88a   New upstream version 2.57
       new  66c4722   Merge tag 'upstream/2.57'
       new  dc733c6   Update debian/changelog
       new  63dc3ce   debian/control: build depends on libtest-needs-perl
       new  33654b4   releasing liblog-dispatch-perl version 2.57-1

The 4 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:
 CONTRIBUTING.md                           |   4 +-
 Changes                                   |   6 +
 INSTALL                                   |  14 +-
 MANIFEST                                  |   8 +-
 META.json                                 | 227 ++++++++++++++++++------------
 META.yml                                  | 211 +++++++++++++++------------
 Makefile.PL                               |   8 +-
 README.md                                 |  40 +++---
 cpanfile                                  |   6 +-
 debian/changelog                          |  11 +-
 debian/control                            |   1 +
 lib/Log/Dispatch.pm                       |  19 ++-
 lib/Log/Dispatch/ApacheLog.pm             |   6 +-
 lib/Log/Dispatch/Base.pm                  |  23 ++-
 lib/Log/Dispatch/Code.pm                  |   6 +-
 lib/Log/Dispatch/Email.pm                 |   6 +-
 lib/Log/Dispatch/Email/MIMELite.pm        |   6 +-
 lib/Log/Dispatch/Email/MailSend.pm        |   6 +-
 lib/Log/Dispatch/Email/MailSender.pm      |   6 +-
 lib/Log/Dispatch/Email/MailSendmail.pm    |   6 +-
 lib/Log/Dispatch/File.pm                  |   6 +-
 lib/Log/Dispatch/File/Locked.pm           |   6 +-
 lib/Log/Dispatch/Handle.pm                |   6 +-
 lib/Log/Dispatch/Null.pm                  |   6 +-
 lib/Log/Dispatch/Output.pm                |  10 +-
 lib/Log/Dispatch/Screen.pm                |   6 +-
 lib/Log/Dispatch/Syslog.pm                |   6 +-
 lib/Log/Dispatch/Vars.pm                  |   6 +-
 t/00-report-prereqs.dd                    |   6 +-
 t/00-report-prereqs.t                     |  10 +-
 t/basic.t                                 |  16 ++-
 t/screen.t                                |   2 +-
 t/syslog-lock-without-preloaded-threads.t |   2 +-
 t/syslog-threads.t                        |   2 +-
 t/syslog.t                                |   2 +-
 xt/author/eol.t                           |   2 +-
 xt/{release => author}/pod-coverage.t     |   0
 xt/{release => author}/pod-no404s.t       |   0
 xt/author/pod-spell.t                     |   5 +-
 xt/{release => author}/portability.t      |   0
 xt/author/test-dependents.t               |  11 ++
 xt/author/test-version.t                  |   2 +-
 xt/release/cpan-changes.t                 |   9 +-
 xt/release/tidyall.t                      |  11 +-
 44 files changed, 454 insertions(+), 298 deletions(-)
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/portability.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