[liblog-any-perl] branch master updated (f3b8b1b -> 0f4de2c)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 28 02:15:46 UTC 2016


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

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

      from  f3b8b1b   update changelog
      adds  3bfaff4   After release: bump $VERSION and timestamp Changes
      adds  bc35360   Improve documentation of Log::Any::Test
      adds  cfd438d   Suppress redundant argument warnings
      adds  5530560   add some comments for easier understanding
      adds  40f2827   add null proxy for use when no log consumers
      adds  c11b1d8   return log message from logging method
      adds  15033cd   add a new maintainer to the dist metadata
      adds  9ed29dd   test travis back to 5.8.1 and add coverage report
      adds  0f55aab   go back to old travis to fix dzil changes
      adds  dd94018   fix load order of new Null proxy
      adds  5798710   After release: bump $VERSION and timestamp Changes
      adds  6eacb4b   update changelog for the previous release
      adds  c3819c7   default_adapter allows passing parameters to adapter
      adds  6b0fb66   add docs for new default adapter arguments
      adds  9119287   New upstream version 1.042
       new  b9eb92d   Merge tag 'upstream/1.042'
       new  aebedb9   Update debian/changelog
       new  5ccb439   Update d/u/metadata
       new  10b4e3b   Update upstream copyright
       new  e758920   Update Debian packaging copyright
       new  a54b5dd   debian/copyright: update Upstream-Contact field
       new  998c94e   Declare compliance with Debian policy 3.9.8
       new  0f4de2c   Releasing liblog-any-perl version 1.042-1

The 8 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                              | 26 +++++++++++
 LICENSE                              |  6 +--
 MANIFEST                             |  7 ++-
 META.json                            | 53 ++++++++++++----------
 META.yml                             | 45 ++++++++++---------
 Makefile.PL                          |  6 +--
 README                               | 36 +++++++++++----
 cpanfile                             |  1 +
 debian/changelog                     | 15 ++++++-
 debian/control                       |  2 +-
 debian/copyright                     |  9 ++--
 debian/upstream/metadata             |  9 ++--
 dist.ini                             |  7 +--
 lib/Log/Any.pm                       | 58 ++++++++++++++++++------
 lib/Log/Any/Adapter.pm               | 10 +++--
 lib/Log/Any/Adapter/Base.pm          |  2 +-
 lib/Log/Any/Adapter/Development.pod  |  8 +++-
 lib/Log/Any/Adapter/File.pm          | 10 +++--
 lib/Log/Any/Adapter/Null.pm          | 10 +++--
 lib/Log/Any/Adapter/Stderr.pm        | 10 +++--
 lib/Log/Any/Adapter/Stdout.pm        | 10 +++--
 lib/Log/Any/Adapter/Test.pm          |  2 +-
 lib/Log/Any/Adapter/Util.pm          | 10 +++--
 lib/Log/Any/Manager.pm               | 36 ++++++++++++++-
 lib/Log/Any/Proxy.pm                 | 38 +++++++++++-----
 lib/Log/Any/Proxy/Null.pm            | 87 ++++++++++++++++++++++++++++++++++++
 lib/Log/Any/Proxy/Test.pm            |  2 +-
 lib/Log/Any/Test.pm                  | 18 +++++---
 t/00-report-prereqs.dd               |  1 +
 t/00-report-prereqs.t                | 10 ++---
 t/default-adapter-params.t           | 19 ++++++++
 t/null-proxy.t                       | 36 +++++++++++++++
 t/proxy.t                            | 36 +++++++++++----
 xt/author/00-compile.t               |  3 +-
 xt/author/pod-spell.t                | 10 +++--
 xt/{release => author}/portability.t |  2 -
 xt/author/test-version.t             |  3 +-
 37 files changed, 502 insertions(+), 151 deletions(-)
 create mode 100644 lib/Log/Any/Proxy/Null.pm
 create mode 100644 t/default-adapter-params.t
 create mode 100644 t/null-proxy.t
 rename xt/{release => author}/portability.t (96%)

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



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