[liblog-contextual-perl] 01/06: Merge tag 'upstream/0.006000'

Florian Schlichting fsfs at alioth.debian.org
Mon Sep 9 10:08:42 UTC 2013


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

fsfs pushed a commit to branch master
in repository liblog-contextual-perl.

commit 7d89bedc32706b8e3672809d2fa8c625131a82c6
Merge: ea78611 2aef47e
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Sep 9 00:03:33 2013 +0200

    Merge tag 'upstream/0.006000'
    
    Upstream version 0.006000

 Changes                                         |   51 ++-
 MANIFEST                                        |   18 +
 META.yml                                        |    5 +-
 Makefile.PL                                     |    3 +-
 lib/Log/Contextual.pm                           |  503 +++++++++++++++--------
 lib/Log/Contextual/Easy/Default.pm              |   66 +++
 lib/Log/Contextual/Easy/Package.pm              |   66 +++
 lib/Log/Contextual/Role/Router.pm               |  194 +++++++++
 lib/Log/Contextual/Role/Router/SetLogger.pm     |    8 +
 lib/Log/Contextual/Role/Router/WithLogger.pm    |    8 +
 lib/Log/Contextual/Router.pm                    |  143 +++++++
 lib/Log/Contextual/SimpleLogger.pm              |   74 ++--
 lib/Log/Contextual/TeeLogger.pm                 |   44 +-
 lib/Log/Contextual/WarnLogger.pm                |  139 +++----
 t/arg.t                                         |   34 ++
 t/base.t                                        |   17 +-
 t/caller.t                                      |   47 +++
 t/{base.t => default_import.t}                  |    5 +-
 t/default_logger.t                              |   29 +-
 t/dlog.t                                        |   29 +-
 t/easy.t                                        |   68 +++
 t/eg.t                                          |  102 +++++
 t/lib/BaseLogger.pm                             |   17 +-
 t/lib/{BaseLogger.pm => DefaultImportLogger.pm} |    3 +-
 t/lib/My/Module.pm                              |   13 +
 t/lib/My/Module2.pm                             |   13 +
 t/lib/TestExporter.pm                           |   12 +
 t/lib/TestRouter.pm                             |   25 ++
 t/log.t                                         |   52 ++-
 t/log4perl.t                                    |   12 +-
 t/package_logger.t                              |   29 +-
 t/router_api.t                                  |   45 ++
 t/rt83267.t                                     |   21 +
 t/simplelogger.t                                |   91 ++--
 t/warnlogger.t                                  |   86 ++--
 35 files changed, 1633 insertions(+), 439 deletions(-)

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



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