[liblog-any-perl] branch master updated (dc22725 -> 6e63b92)

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Feb 17 23:45:15 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository liblog-any-perl.

      from  dc22725   update changelog
      adds  3a2a63a   After release: bump $VERSION and timestamp Changes
      adds  7cf7f17   better diag for does_not_contain_ok
      adds  c58bfd7   update Changes
      adds  8c0121b   Fix SYNOPSIS
      adds  b8694d5   Fix SYNOPSIS further
      adds  6e6d836   Fix Test::Builder::Level in the test adapter
      adds  6f2a6d0   Expand code references
      adds  993cf3a   Document 'proxy_class'
      adds  6f37caf   Add binmode option to File adaptor with :utf8 default
      adds  d33022c   Load Data::Dumper lazily via trampoline
      adds  749bfc8   Fix diagnostic output from test functions
      adds  75ec72e   Silence a Perl::Critic warning
      adds  cb5a469   Update Makefile.PL
      adds  bfc6dfe   After release: bump $VERSION and timestamp Changes
      adds  47d1e7f   Improve docs about resource leakage
      adds  9107dab   Stop expanding coderefs in sprintf args in default formatter
      adds  b3a1ecb   Update Makefile.PL
      adds  8b81506   After release: bump $VERSION and timestamp Changes
      adds  be6abae   Fix t/filescreen with hex Unicode instead of named
      adds  d596371   Update Makefile.PL
      adds  a26fc14   After release: bump $VERSION and timestamp Changes
      adds  437d46d   Update Changes
      adds  473c2d0   Imported Upstream version 1.038
       new  2bbb1e8   Merge tag 'upstream/1.038'
       new  0488389   Update debian/changelog
       new  82526d3   Update Upstream-Contact in d/copyright
       new  6e2fe2c   Update Debian packaging copyright
       new  44b3430   Bump debhelper compatibility level to 9
       new  edbafb4   Declare compliance with Debian policy 3.9.7
       new  a96a940   Add a patch fixing spelling error in manpage
       new  6e63b92   Releasing liblog-any-perl version 1.038-1

The 8 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                                            |  57 ++++++++++++
 MANIFEST                                           |   6 +-
 META.json                                          |  46 +++++-----
 META.yml                                           |  38 ++++----
 Makefile.PL                                        |  11 ++-
 README                                             |  60 ++++++++++++-
 cpanfile                                           |   6 +-
 debian/changelog                                   |  15 +++-
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/copyright                                   |   3 +-
 debian/patches/fix-spelling-error-in-manpage.patch |  17 ++++
 debian/patches/series                              |   1 +
 lib/Log/Any.pm                                     | 100 ++++++++++++++++++++-
 lib/Log/Any/Adapter.pm                             |  58 ++++++++++--
 lib/Log/Any/Adapter/Base.pm                        |   2 +-
 lib/Log/Any/Adapter/Development.pod                |  31 ++++++-
 lib/Log/Any/Adapter/File.pm                        |  43 ++++++++-
 lib/Log/Any/Adapter/Null.pm                        |  36 +++++++-
 lib/Log/Any/Adapter/Stderr.pm                      |  36 +++++++-
 lib/Log/Any/Adapter/Stdout.pm                      |  36 +++++++-
 lib/Log/Any/Adapter/Test.pm                        |  47 +++++++---
 lib/Log/Any/Adapter/Util.pm                        |  60 ++++++++++---
 lib/Log/Any/Manager.pm                             |   2 +-
 lib/Log/Any/Proxy.pm                               |  75 ++++++++++++----
 lib/Log/Any/Proxy/Test.pm                          |   5 +-
 lib/Log/Any/Test.pm                                |  33 ++++++-
 t/00-report-prereqs.dd                             |   8 +-
 t/filescreen.t                                     |   4 +-
 t/log-any-test.t                                   |   7 +-
 t/proxy.t                                          |  12 ++-
 xt/author/00-compile.t                             |   9 +-
 xt/author/pod-spell.t                              |   4 +-
 xt/{release => author}/pod-syntax.t                |   1 +
 xt/{release => author}/test-version.t              |  10 ++-
 35 files changed, 747 insertions(+), 138 deletions(-)
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/test-version.t (59%)

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



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