[liblog-report-perl] 03/11: Merge tag 'upstream/1.10'

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Nov 30 03:46:24 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository liblog-report-perl.

commit 63c15ad4add65451f8bd4dfffb66630b93cfbc1e
Merge: b6881bb 47205c1
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Nov 29 16:04:26 2015 -0200

    Merge tag 'upstream/1.10'
    
    Upstream version 1.10
    
    # gpg: Signature made Sun 29 Nov 2015 04:04:23 PM BRST using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 ChangeLog                                 |  71 +++++
 MANIFEST                                  |  12 +
 META.json                                 |   2 +-
 META.yml                                  |   2 +-
 Makefile.PL                               |   4 +-
 examples/dancer/dancer1.pl                |  24 ++
 lib/Dancer/Logger/LogReport.pm            |  81 ++++++
 lib/Dancer/Logger/LogReport.pod           |  74 +++++
 lib/Dancer2/Logger/LogReport.pm           |  84 ++++++
 lib/Dancer2/Logger/LogReport.pod          |  68 +++++
 lib/Dancer2/Plugin/LogReport.pm           | 223 ++++++++++++++
 lib/Dancer2/Plugin/LogReport.pod          | 467 ++++++++++++++++++++++++++++++
 lib/Dancer2/Plugin/LogReport/Message.pm   |  45 +++
 lib/Dancer2/Plugin/LogReport/Message.pod  |  90 ++++++
 lib/Log/Report.pm                         | 136 ++++++---
 lib/Log/Report.pod                        | 118 +++++---
 lib/Log/Report/DBIC/Profiler.pm           |  35 +++
 lib/Log/Report/DBIC/Profiler.pod          |  46 +++
 lib/Log/Report/Die.pm                     |  17 +-
 lib/Log/Report/Die.pod                    |   9 +-
 lib/Log/Report/Dispatcher.pm              |  13 +-
 lib/Log/Report/Dispatcher.pod             |   6 +-
 lib/Log/Report/Dispatcher/Callback.pm     |   6 +-
 lib/Log/Report/Dispatcher/Callback.pod    |   6 +-
 lib/Log/Report/Dispatcher/File.pm         | 117 +++++---
 lib/Log/Report/Dispatcher/File.pod        |  45 ++-
 lib/Log/Report/Dispatcher/Log4perl.pm     |   6 +-
 lib/Log/Report/Dispatcher/Log4perl.pod    |   6 +-
 lib/Log/Report/Dispatcher/LogDispatch.pm  |   6 +-
 lib/Log/Report/Dispatcher/LogDispatch.pod |   6 +-
 lib/Log/Report/Dispatcher/Perl.pm         |   6 +-
 lib/Log/Report/Dispatcher/Perl.pod        |   6 +-
 lib/Log/Report/Dispatcher/Syslog.pm       |  64 ++--
 lib/Log/Report/Dispatcher/Syslog.pod      |  20 +-
 lib/Log/Report/Dispatcher/Try.pm          |  54 +++-
 lib/Log/Report/Dispatcher/Try.pod         |  34 ++-
 lib/Log/Report/Domain.pm                  |  20 +-
 lib/Log/Report/Domain.pod                 |  36 ++-
 lib/Log/Report/Exception.pm               |  13 +-
 lib/Log/Report/Exception.pod              |   6 +-
 lib/Log/Report/Message.pm                 |  17 +-
 lib/Log/Report/Message.pod                |  11 +-
 lib/Log/Report/Translator.pm              |   8 +-
 lib/Log/Report/Translator.pod             |   6 +-
 lib/MojoX/Log/Report.pm                   |   6 +-
 lib/MojoX/Log/Report.pod                  |   6 +-
 t/55throw.t                               |  45 +++
 t/60mojo.t                                |   9 +-
 t/DieTests.pm                             |  10 +-
 49 files changed, 1925 insertions(+), 277 deletions(-)

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



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