[liblog-report-perl] branch master updated (21fae80 -> 5a8aec5)

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

      from  21fae80   update changelog
       new  ad1dd61   Add debian/upstream/metadata
       new  b6881bb   Update debian/changelog
      adds  47205c1   Imported Upstream version 1.10
       new  63c15ad   Merge tag 'upstream/1.10'
       new  64d20ee   Update debian/changelog
       new  a93df55   Bump debhelper compatibility level to 9
       new  7debf5e   Declare compliance with Debian policy 3.9.6
       new  67486e2   Update year of upstream copyright
       new  7571807   Add examples
       new  4c5ba1d   Releasing liblog-report-perl version 1.10-1
       new  28e0aad   Update dependencies
       new  5a8aec5   Mark as autopkg-testable

The 11 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:
 ChangeLog                                 |  71 +++++
 MANIFEST                                  |  12 +
 META.json                                 |   2 +-
 META.yml                                  |   2 +-
 Makefile.PL                               |   4 +-
 debian/changelog                          |  17 +-
 debian/compat                             |   2 +-
 debian/control                            |  16 +-
 debian/copyright                          |   3 +-
 debian/liblog-report-perl.examples        |   1 +
 debian/tests/pkg-perl/syntax-skip         |  10 +
 debian/upstream/metadata                  |   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 +-
 56 files changed, 1971 insertions(+), 284 deletions(-)
 create mode 100644 debian/liblog-report-perl.examples
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 debian/upstream/metadata
 create mode 100644 examples/dancer/dancer1.pl
 create mode 100644 lib/Dancer/Logger/LogReport.pm
 create mode 100644 lib/Dancer/Logger/LogReport.pod
 create mode 100644 lib/Dancer2/Logger/LogReport.pm
 create mode 100644 lib/Dancer2/Logger/LogReport.pod
 create mode 100644 lib/Dancer2/Plugin/LogReport.pm
 create mode 100644 lib/Dancer2/Plugin/LogReport.pod
 create mode 100644 lib/Dancer2/Plugin/LogReport/Message.pm
 create mode 100644 lib/Dancer2/Plugin/LogReport/Message.pod
 create mode 100644 lib/Log/Report/DBIC/Profiler.pm
 create mode 100644 lib/Log/Report/DBIC/Profiler.pod
 create mode 100644 t/55throw.t

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