[liblog-contextual-perl] branch master updated (ea78611 -> 8f852de)

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


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

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

      from  ea78611   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  2aef47e   Imported Upstream version 0.006000
       new  7d89bed   Merge tag 'upstream/0.006000'
       new  74f2b78   Import Upstream version 0.006000
       new  f580621   delete version on suggested liblog-log4perl-perl (no older version in the archive)
       new  c81ac5b   Bump year of upstream and M::I copyright
       new  cb50284   Update (build-)dependencies
       new  8f852de   Bump Standards-Version to 3.9.4 (no change)

The 6 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:
 Changes                                         |   51 ++-
 MANIFEST                                        |   18 +
 META.yml                                        |    5 +-
 Makefile.PL                                     |    3 +-
 debian/changelog                                |   15 +-
 debian/control                                  |   12 +-
 debian/copyright                                |   10 +-
 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 ++--
 38 files changed, 1651 insertions(+), 458 deletions(-)
 create mode 100644 lib/Log/Contextual/Easy/Default.pm
 create mode 100644 lib/Log/Contextual/Easy/Package.pm
 create mode 100644 lib/Log/Contextual/Role/Router.pm
 create mode 100644 lib/Log/Contextual/Role/Router/SetLogger.pm
 create mode 100644 lib/Log/Contextual/Role/Router/WithLogger.pm
 create mode 100644 lib/Log/Contextual/Router.pm
 create mode 100644 t/arg.t
 create mode 100644 t/caller.t
 copy t/{base.t => default_import.t} (84%)
 create mode 100644 t/easy.t
 create mode 100644 t/eg.t
 copy t/lib/{BaseLogger.pm => DefaultImportLogger.pm} (87%)
 create mode 100644 t/lib/My/Module.pm
 create mode 100644 t/lib/My/Module2.pm
 create mode 100644 t/lib/TestExporter.pm
 create mode 100644 t/lib/TestRouter.pm
 create mode 100644 t/router_api.t
 create mode 100644 t/rt83267.t

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