[liblog-contextual-perl] 01/10: Merge tag 'upstream/0.006003'

Florian Schlichting fsfs at moszumanska.debian.org
Sun Feb 23 22:20:34 UTC 2014


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 b5ffbf77d6568707bb28fc102db434787cd1f717
Merge: da516e9 cb5488a
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Feb 23 22:42:46 2014 +0100

    Merge tag 'upstream/0.006003'
    
    Upstream version 0.006003

 CONTRIBUTING                                 |   2 +
 Changes                                      |   9 +
 LICENSE                                      | 379 ++++++++++++++
 MANIFEST                                     |  27 +-
 META.json                                    |  56 +++
 META.yml                                     |  22 +-
 Makefile.PL                                  |  70 ++-
 README                                       | 471 +++++++++++++++++
 cpanfile                                     |   9 +
 dist.ini                                     |  17 +
 inc/Module/Install.pm                        | 470 -----------------
 inc/Module/Install/Base.pm                   |  83 ---
 inc/Module/Install/Can.pm                    | 154 ------
 inc/Module/Install/Fetch.pm                  |  93 ----
 inc/Module/Install/Makefile.pm               | 418 ----------------
 inc/Module/Install/Metadata.pm               | 722 ---------------------------
 inc/Module/Install/Win32.pm                  |  64 ---
 inc/Module/Install/WriteAll.pm               |  63 ---
 lib/Log/Contextual.pm                        | 113 +++--
 lib/Log/Contextual/Easy/Default.pm           |  28 +-
 lib/Log/Contextual/Easy/Package.pm           |  28 +-
 lib/Log/Contextual/Role/Router.pm            |  21 +-
 lib/Log/Contextual/Role/Router/SetLogger.pm  |  28 +-
 lib/Log/Contextual/Role/Router/WithLogger.pm |  28 +-
 lib/Log/Contextual/Router.pm                 |  28 +-
 lib/Log/Contextual/SimpleLogger.pm           |  23 +-
 lib/Log/Contextual/TeeLogger.pm              |  22 +-
 lib/Log/Contextual/WarnLogger.pm             |  35 +-
 t/default_import.t                           |  16 +-
 t/default_logger.t                           |   4 +-
 t/easy.t                                     |  82 +--
 t/eg.t                                       |  12 +-
 t/lib/DefaultImportLogger.pm                 |  14 +-
 t/lib/My/Module.pm                           |  10 +-
 t/lib/My/Module2.pm                          |  10 +-
 t/log-with-levels.t                          |  67 +++
 t/log.t                                      |  12 +-
 t/package_logger.t                           |   4 +-
 t/perltidy.t                                 |  19 +
 t/release-pod-syntax.t                       |  14 +
 t/rt83267-begin.t                            |  23 +
 t/simplelogger.t                             |   4 +-
 t/warnlogger-with-levels.t                   | 119 +++++
 t/yell-loudly.t                              |  18 +
 44 files changed, 1647 insertions(+), 2264 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