[liblog-contextual-perl] branch master updated (da516e9 -> e018821)

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

      from  da516e9   prepare changelog for release
      adds  cb5488a   Imported Upstream version 0.006003
       new  b5ffbf7   Merge tag 'upstream/0.006003'
       new  12c9e0b   Import Upstream version 0.006003
       new  fdae562   Ship CONTRIBUTING documentation
       new  d2bc3de   Bump copyright years
       new  6fb608f   Remove copyright paragraph for M::I (dropped upstream)
       new  0945e1c   Declare compliance with Debian Policy 3.9.5
       new  1c3ee83   Drop pod_error.patch, applied upstream
       new  6c0c76f   Fix tests by build-depending on Test::Fatal
       new  295039b   New manpage-has-bad-whatis-entry.patch
       new  e018821   prepare changelog for release

The 10 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:
 CONTRIBUTING                                      |   2 +
 Changes                                           |   9 +
 LICENSE                                           | 379 ++++++++++++
 MANIFEST                                          |  27 +-
 META.json                                         |  56 ++
 META.yml                                          |  22 +-
 Makefile.PL                                       |  70 ++-
 README                                            | 471 ++++++++++++++
 cpanfile                                          |   9 +
 debian/changelog                                  |  13 +
 debian/control                                    |   5 +-
 debian/copyright                                  |  12 +-
 debian/liblog-contextual-perl.docs                |   1 +
 debian/patches/manpage-has-bad-whatis-entry.patch |  58 ++
 debian/patches/pod_error.patch                    |  15 -
 debian/patches/series                             |   2 +-
 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 +
 51 files changed, 1726 insertions(+), 2291 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 README
 create mode 100644 cpanfile
 create mode 100644 debian/liblog-contextual-perl.docs
 create mode 100644 debian/patches/manpage-has-bad-whatis-entry.patch
 delete mode 100644 debian/patches/pod_error.patch
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/log-with-levels.t
 create mode 100644 t/perltidy.t
 create mode 100644 t/release-pod-syntax.t
 create mode 100644 t/rt83267-begin.t
 create mode 100644 t/warnlogger-with-levels.t
 create mode 100644 t/yell-loudly.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