[liblog-dispatch-perl] branch master updated (2794d2c -> 2cf93bd)

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue May 10 18:53:12 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-dispatch-perl.

      from  2794d2c   update changelog
      adds  add8de5   Bump version after release
      adds  6bde245   Tidy with latest Perl::Tidy
      adds  f64afb0   Remove Test::CleanNamespaces plugin
      adds  d1a53c0   Update generated files
      adds  a7e3f34   Add jon swartz aliases to .mailmap
      adds  786fb43   Regen README.md once more
      adds  6e0fbd9   Restore pod link tests
      adds  6111448   Set Test::TidyAll plugin to be verbose
      adds  8fe0b71   Update perlcriticrc file
      adds  13e4bcc   Ensure that $@ and $! are not changed in logging methods
      adds  724de25   Remove BEGIN block in xt/author/test-dependents.t
      adds  cb3aa15   Regen tidyall.ini
      adds  35d077d   Treat MSYS2 like cygwin in basic.t
      adds  a3850e5   Really make critic happy
      adds  2b49640   Remove POD which is now auto-generated
      adds  8b9d261   Mark 2.55 release in Changes
      adds  07aec8a   Bump version
      adds  26c871d   Changes for next release
      adds  8290aa1   v2.56
      adds  a85f8e5   Imported Upstream version 2.56
       new  5dea328   Merge tag 'upstream/2.56'
       new  5b2d597   Update debian/changelog
       new  04f2109   Declare compliance with Debian policy 3.9.8
       new  1c56314   debian/control: update build and runtime dependencies
       new  2cf93bd   Releasing liblog-dispatch-perl version 2.56-1

The 5 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.md                                    | 131 +++++
 Changes                                            |  13 +
 MANIFEST                                           |  28 +-
 META.json                                          | 629 ++++++++++++---------
 META.yml                                           | 528 ++++++++++-------
 Makefile.PL                                        |   6 +-
 README.md                                          | 578 +++++++++----------
 cpanfile                                           |  18 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |  10 +-
 dist.ini                                           |   4 +-
 lib/Log/Dispatch.pm                                |  83 ++-
 lib/Log/Dispatch/ApacheLog.pm                      |  15 +-
 lib/Log/Dispatch/Base.pm                           |  15 +-
 lib/Log/Dispatch/Code.pm                           |  15 +-
 lib/Log/Dispatch/Conflicts.pm                      |   3 +-
 lib/Log/Dispatch/Email.pm                          |  17 +-
 lib/Log/Dispatch/Email/MIMELite.pm                 |  17 +-
 lib/Log/Dispatch/Email/MailSend.pm                 |  17 +-
 lib/Log/Dispatch/Email/MailSender.pm               |  17 +-
 lib/Log/Dispatch/Email/MailSendmail.pm             |  17 +-
 lib/Log/Dispatch/File.pm                           |  17 +-
 lib/Log/Dispatch/File/Locked.pm                    |  15 +-
 lib/Log/Dispatch/Handle.pm                         |  15 +-
 lib/Log/Dispatch/Null.pm                           |  15 +-
 lib/Log/Dispatch/Output.pm                         |  16 +-
 lib/Log/Dispatch/Screen.pm                         |  15 +-
 lib/Log/Dispatch/Syslog.pm                         |  27 +-
 lib/Log/Dispatch/Vars.pm                           |  15 +-
 perlcriticrc                                       |   9 +
 t/00-report-prereqs.dd                             |  17 +-
 t/00-report-prereqs.t                              |   2 +-
 t/author-mojibake.t                                |  17 -
 t/basic.t                                          |   6 +-
 t/binmode.t                                        |   2 +-
 t/release-tidyall.t                                |  17 -
 t/syslog.t                                         |  18 +
 tidyall.ini                                        |  17 +-
 t/author-eol.t => xt/author/eol.t                  |  19 -
 xt/author/mojibake.t                               |   9 +
 t/author-no-tabs.t => xt/author/no-tabs.t          |  19 -
 t/author-pod-spell.t => xt/author/pod-spell.t      |  18 +-
 t/author-pod-syntax.t => xt/author/pod-syntax.t    |   8 -
 .../author/test-dependents.t                       |  20 +-
 .../author/test-version.t                          |  11 +-
 .../release/cpan-changes.t                         |   8 -
 xt/release/meta-json.t                             |   4 +
 .../release/pod-coverage.t                         |  16 +-
 xt/release/pod-linkcheck.t                         |  20 +
 xt/release/pod-no404s.t                            |  21 +
 .../release/portability.t                          |   8 -
 xt/release/tidyall.t                               |  12 +
 52 files changed, 1543 insertions(+), 1063 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 t/author-mojibake.t
 delete mode 100644 t/release-tidyall.t
 rename t/author-eol.t => xt/author/eol.t (73%)
 create mode 100644 xt/author/mojibake.t
 rename t/author-no-tabs.t => xt/author/no-tabs.t (73%)
 rename t/author-pod-spell.t => xt/author/pod-spell.t (85%)
 rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
 rename t/author-test-dependents.t => xt/author/test-dependents.t (73%)
 rename t/author-test-version.t => xt/author/test-version.t (83%)
 rename t/release-cpan-changes.t => xt/release/cpan-changes.t (53%)
 create mode 100644 xt/release/meta-json.t
 rename t/release-pod-coverage.t => xt/release/pod-coverage.t (85%)
 create mode 100644 xt/release/pod-linkcheck.t
 create mode 100644 xt/release/pod-no404s.t
 rename t/release-portability.t => xt/release/portability.t (54%)
 create mode 100644 xt/release/tidyall.t

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



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