[liblog-any-perl] 01/08: Update upstream source from tag 'upstream/1.704'

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 commit to branch master
in repository liblog-any-perl.

commit ffdd0fc43a43180e3fca57547d5da0382654f65f
Merge: 68b806f 0639586
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 25 16:44:47 2017 +0100

    Update upstream source from tag 'upstream/1.704'
    
    Update to upstream version '1.704'
    with Debian dir fcce0cd762807314ab7d66569ea7c35859eb9985

 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 ++
 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 ++
 39 files changed, 1502 insertions(+), 279 deletions(-)

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