[liblog-any-perl] branch master updated (68b806f -> 6228652)

gregor herrmann gregoa at debian.org
Mon Dec 25 16:01:45 UTC 2017


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

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

      from  68b806f   releasing package liblog-any-perl version 1.045-1
      adds  a89ed9f   incrementing version after release
      adds  7536cb2   Initial release of the adapter code.
      adds  171c50e   Import the branch with actual working code, not the early test branch.
      adds  de9c2b6   Fix for RT #68730
      adds  b4c126d   Fix for RT #69855
      adds  53008b4   Add PodWeaver plugin
      adds  45eeb70   Switch PkgVersion to OurPkgVersion
      adds  7c53c8f   Change =pod intro to __END__
      adds  627479a   Remove manual AUTHORS & COPYRIGHT text
      adds  3595850   Fix pod typo
      adds  0b4aaa4   Change reinit semantics to allow reinit
      adds  d7f8468   Remove now-unused Carp inclusion
      adds  fb66311   Add min_level to set minimum log level All messages below this level will be silently discarded. This copies the behaviour of Log::Any::Adapter::Screen
      adds  8af3b36   EOL fixes. Keep Test::EOL happy.
      adds  049f28c   complete merge of Syslog adapter into core
      adds  64b77d7   migrate syslog adapter to core Sys::Syslog module
      adds  4807796   add syslog adapter authors to author list
      adds  7813ef8   update copyright year
      adds  7c375e7   release v1.046
      adds  de4ccdc   incrementing version after release
      adds  f9d382d   add tip about encoding Data::Dumper output
      adds  3b74d27   fix backcompat with Unix::Syslog
      adds  db0b1d3   fix log level aliases being case-sensitive
      adds  f1bb978   warn when given invalid log levels in adapters
      adds  61cd030   fix test for older versions of Carp
      adds  e437598   release v1.047
      adds  4dee8a6   incrementing version after release
      adds  aff7e5a   release v1.048
      adds  eddca08   incrementing version after release
      adds  16f2f96   fix failing file path tests on Windows
      adds  ec8c1ff   add Sys::Syslog as explicit dependency
      adds  3ff34fa   release v1.049
      adds  1ae86e0   incrementing version after release
      adds  6bb18fc   fix sdt showing up in contributors more than once
      adds  4a66ab0   Support for structured logging
      adds  eb2ef6e   When Proxy is upgraded in-place from Proxy::Null, so we can't cache adapter information in the proxy
      adds  432e3e3   Expose an API to Log::Any for modules to add (localized) context data
      adds  0709e1f   LOG_ANY_DEFAULT_ADAPTER allows specifying the default adapter on a system/program basis (instead of per module)
      adds  8be1b4c   Links added to sprintf, Data::Dumper, Log::Dispatch
      adds  5306c64   Restrict structured logging to a single hashref
      adds  4554abb   Share context between all Proxy instances
      adds  1701a5a   ensure localizing context works
      adds  3fc88ee   release v1.050
      adds  cef5ccf   incrementing version after release
      adds  3d5ee5c   when $LOG_ANY_DEFAULT_ADAPTER is set, we have a consumer
      adds  10bc54b   release v1.051
      adds  fb904c1   incrementing version after release
      adds  595eeae   Update Syslog.pm
      adds  d85ccb6   fix test that relied on wrong method name
      adds  18f107b   update contributing document and code standards
      adds  d267c40   fix next marker in changes file being overwritten
      adds  a4a6705   release v1.700
      adds  968ba75   incrementing version after release
      adds  5426a36   fix more syslog adapter methods
      adds  510af8c   release v1.701
      adds  f9ea20b   incrementing version after release
      adds  81afc6f   spelling
      adds  743d39e   check for default_adapter before selecting proxy to use
      adds  1a0366f   release v1.702
      adds  f52f4bb   incrementing version after release
      adds  0e16345   fix *f functions not returning the logged string
      adds  97d5c37   release v1.703
      adds  669df78   incrementing version after release
      adds  587e5a1   Fix invalid Pod directives (issue #52).
      adds  8eb64e9   Add Pod validity tests.
      adds  ab7cefb   add early-return if log level is disabled - cf https://github.com/preaction/Log-Any/issues/69
      adds  0759c3a   release v1.704
      adds  0639586   New upstream version 1.704
       new  ffdd0fc   Update upstream source from tag 'upstream/1.704'
       new  b903cff   Update debian/changelog
       new  e8687e7   Drop pseudopod.patch, fixed upstream.
       new  0b37847   Update years of upstream copyright.
       new  562c743   debian/liblog-any-perl.docs: update filename of removed doc.
       new  9a4f515   Reformat debian/control with cme
       new  d727745   Declare compliance with Debian Policy 4.1.2.
       new  6228652   releasing package liblog-any-perl version 1.704-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:
 CONTRIBUTING.md                     | 245 ++++++++++++++++++++++++++++++++++
 CONTRIBUTING.mkdn                   |  87 -------------
 Changes                             | 115 ++++++++++++++++
 LICENSE                             |   6 +-
 MANIFEST                            |  14 +-
 META.json                           |  55 +++++---
 META.yml                            |  47 ++++---
 Makefile.PL                         |  14 +-
 README                              |   2 +-
 cpanfile                            |   8 ++
 debian/changelog                    |  11 ++
 debian/control                      |   7 +-
 debian/copyright                    |   6 +-
 debian/liblog-any-perl.docs         |   2 +-
 debian/patches/pseudopod.patch      |  81 ------------
 debian/patches/series               |   1 -
 lib/Log/Any.pm                      |  93 ++++++++++---
 lib/Log/Any/Adapter.pm              |  15 ++-
 lib/Log/Any/Adapter/Base.pm         |  15 ++-
 lib/Log/Any/Adapter/Development.pod |  32 ++++-
 lib/Log/Any/Adapter/File.pm         |  26 +++-
 lib/Log/Any/Adapter/Null.pm         |  14 +-
 lib/Log/Any/Adapter/Stderr.pm       |  27 ++--
 lib/Log/Any/Adapter/Stdout.pm       |  27 ++--
 lib/Log/Any/Adapter/Syslog.pm       | 253 ++++++++++++++++++++++++++++++++++++
 lib/Log/Any/Adapter/Test.pm         |  14 +-
 lib/Log/Any/Adapter/Util.pm         |  66 ++++++----
 lib/Log/Any/Manager.pm              |  26 +++-
 lib/Log/Any/Proxy.pm                | 127 +++++++++++++++---
 lib/Log/Any/Proxy/Null.pm           |  14 +-
 lib/Log/Any/Proxy/Test.pm           |  14 +-
 lib/Log/Any/Test.pm                 |  14 +-
 perlcritic.rc                       |  26 ----
 t/00-compile.t                      |   3 +-
 t/00-report-prereqs.dd              |   9 ++
 t/TestAdapters.pm                   |  47 +++++++
 t/author-pod-syntax.t               |  15 +++
 t/context.t                         |  65 +++++++++
 t/default-adapter-env.t             |  15 +++
 t/default-adapter-use.t             |  18 +++
 t/filescreen.t                      |  39 +++++-
 t/null-proxy.t                      |  24 +++-
 t/structured-logging.t              |  71 ++++++++++
 t/syslog.t                          |  66 ++++++++++
 t/util.t                            |  13 ++
 45 files changed, 1520 insertions(+), 369 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 CONTRIBUTING.mkdn
 delete mode 100644 debian/patches/pseudopod.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/Log/Any/Adapter/Syslog.pm
 delete mode 100644 perlcritic.rc
 create mode 100644 t/TestAdapters.pm
 create mode 100644 t/author-pod-syntax.t
 create mode 100755 t/context.t
 create mode 100644 t/default-adapter-env.t
 create mode 100644 t/default-adapter-use.t
 create mode 100644 t/structured-logging.t
 create mode 100644 t/syslog.t
 create mode 100644 t/util.t

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