[liblog-dispatch-perl] branch master updated (1c02c7f -> 522e16c)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 16 14:41:28 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  1c02c7f   releasing package liblog-dispatch-perl version 2.51-1
      adds  03a4cae   Bump version after release
      adds  cdd8433   Add 5.22 to build targets and use Travis containers
      adds  cf5548f   Add aspell package, add dev perl, allow blead failures, add coverage, use travis-perl --auto
      adds  e1e39d9   Add various email modules to develop prereqs
      adds  fb784e1   Include aspell-en package for .travis.yml
      adds  e7d4f84   Quote Perl versions so 5.20 is not interpreted as 5.2
      adds  f1e72a1   Actually make per-thread lock work for Syslog output
      adds  1439df0   Test with and without threads
      adds  b672857   Require Params::Validate 1.03
      adds  63f3965   Use single quotes instead of double where appropriate
      adds  6fe954d   Give up and force Module::Implementation to be installed on 5.10
      adds  57a1fd2   v2.46
      adds  7068e44   Bump version after release
      adds  b02c729   Hopefully fix thread use with LD::Syslog for real this time
      adds  c0da434   Add authenticated SMTP to Log::Dispatch::Email::MailSender and decouple replyto from from field
      adds  b92533c   Add utf8 param for Screen
      adds  18a5c3d   Tweak wording in Changes
      adds  c1e12dd   v2.47
      adds  3f4db9c   Bump version after release
      adds  9680d4a   Smal wording tweaks for Changes
      adds  ab9055a   chomp line endings when testing output from external program
      adds  87fd591   v2.48
      adds  a91514e   Bump version after release
      adds  1b201d3   Remove IPC::Run3 from explicit dev requires - AutoPrereqs finds it
      adds  b5a0edc   Add a dependents test
      adds  61e4690   Enable autoflush for handle used in Screen output
      adds  93cf191   Tidy all code with latest perltidy
      adds  0d1ef83   Add fd to spelling whitelist
      adds  7b71d5c   Require Test::DependentModules 0.22
      adds  9356a10   v2.49
      adds  6847b22   Bump version after release
      adds  14c1558   Print directly to STDOUT and STDERR from Screen module
      adds  4e75cd9   v2.50
      adds  4fc70a8   Bump version after release
      adds  033fbe6   Comment gross use of encode
      adds  5f8d16a   Fix t/08-screen.t on Windows
      adds  4e35081   Add Makefile.PL to repo
      adds  ad8f17e   Ignore all meta files
      adds  970708a   Add appveyor.yml
      adds  7fb4372   v2.51
      adds  5879366   Bump version after release
      adds  d1ad862   Explicitly unlock locked file when close_after_write is false
      adds  2e1b7da   Skip Test::Pod::No404s
      adds  2647695   Skip FileRotate for deps tests
      adds  b0e71ca   v2.52
      adds  1269b15   Bump version after release
      adds  083db2c   Fix File::Locked and add tests for it
      adds  0d842ef   Update File::Locked docs to recommend append mode
      adds  adbf98d   v2.53
      adds  c38c9b0   Imported Upstream version 2.53
       new  46f120e   Merge tag 'upstream/2.53'
       new  86fb4c0   Update debian/changelog
       new  89641b0   Update repository url in d/u/metadata
       new  34dc020   Update year of upstream copyright
       new  294846f   Add comma after years in debian copyright entries
       new  404804e   Update debian/* copyright
       new  3907e17   Add dependency on libjson-pp-perl
       new  522e16c   Releasing liblog-dispatch-perl version 2.53-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                                         |  14 ++
 LICENSE                                         |   2 +-
 MANIFEST                                        |   6 +-
 META.json                                       | 218 ++++++++++++++----------
 META.yml                                        | 206 +++++++++++++---------
 Makefile.PL                                     |   8 +-
 README.md                                       |   4 +-
 cpanfile                                        |   3 +-
 debian/changelog                                |  12 ++
 debian/control                                  |   2 +
 debian/copyright                                |  17 +-
 debian/upstream/metadata                        |   4 +-
 dist.ini                                        |   1 +
 lib/Log/Dispatch.pm                             |   6 +-
 lib/Log/Dispatch/ApacheLog.pm                   |   6 +-
 lib/Log/Dispatch/Base.pm                        |   6 +-
 lib/Log/Dispatch/Code.pm                        |   6 +-
 lib/Log/Dispatch/Conflicts.pm                   |   1 +
 lib/Log/Dispatch/Email.pm                       |   6 +-
 lib/Log/Dispatch/Email/MIMELite.pm              |   6 +-
 lib/Log/Dispatch/Email/MailSend.pm              |   6 +-
 lib/Log/Dispatch/Email/MailSender.pm            |   6 +-
 lib/Log/Dispatch/Email/MailSendmail.pm          |   6 +-
 lib/Log/Dispatch/File.pm                        |   8 +-
 lib/Log/Dispatch/File/Locked.pm                 |  32 ++--
 lib/Log/Dispatch/Handle.pm                      |   6 +-
 lib/Log/Dispatch/Null.pm                        |   6 +-
 lib/Log/Dispatch/Output.pm                      |   6 +-
 lib/Log/Dispatch/Screen.pm                      |   6 +-
 lib/Log/Dispatch/Syslog.pm                      |   6 +-
 t/00-report-prereqs.dd                          |   3 +-
 t/05-close-after-write.t                        |   6 +-
 t/09-file-locked.t                              | 140 +++++++++++++++
 t/author-eol.t                                  |   4 +-
 t/author-no-tabs.t                              |   4 +-
 t/author-pod-spell.t                            |   2 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 t/author-test-dependents.t                      |   1 +
 t/release-pod-coverage.t                        |  10 +-
 t/release-pod-no404s.t                          |  29 ----
 40 files changed, 531 insertions(+), 295 deletions(-)
 create mode 100644 t/09-file-locked.t
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 delete mode 100644 t/release-pod-no404s.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