[libplack-perl] branch master updated (4c9e5f8 -> 37aee1e)

gregor herrmann gregoa at debian.org
Sun Nov 29 15:14:18 UTC 2015


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

gregoa pushed a change to branch master
in repository libplack-perl.

      from  4c9e5f8   update changelog
      adds  bb09042   Added MIME type for Android APK
      adds  0a5ff84   Merge pull request #514 from allanwhiteford/master
      adds  9b2888c   Wrong default category
      adds  dbdd1d4   Pass value of category as is if it has been initialized or () in other case
      adds  e5ee179   Test case for '0' category
      adds  416b3f9   Do not replace '0' category by root ''
      adds  fe11957   Merge pull request #523 from KES777/bugfix/wrong_default_category
      adds  7413768   cleanup
      adds  d095870   Documentation
      adds  164f597   Documentation update: combination of -M and -r/-R is problematic.
      adds  befec86   Merge pull request #529 from mickeyn/master
      adds  74ca3a9   typo fix
      adds  92e3043   Merge pull request #530 from mickeyn/master
      adds  0fbe073   bind test server to 127.0.0.1, not 0.0.0.0
      adds  07377fe   Added a test for form fields in combination with uploads.
      adds  46872ef   Shouldn't "return outside a subroutine"
      adds  6222d08   Merge pull request #528 from polettix/patch-1
      adds  2725e6f   Use manager object in single-process mode
      adds  0a8eea4   Merge pull request #535 from ianburrell/fcgi-manager
      adds  e161206   Allow passing custom formatters to Plack::Middleware::AccessLog
      adds  21efed9   Merge pull request #515 from frioux/custom-formatters
      adds  44aca02   add 5.22
      adds  54c0e25   use HTTP::Headers::Fast->flatten introduced 0.20
      adds  0a69c4b   Merge pull request #540 from kazeburo/use-http-header-fast-flatten
      adds  f6336a2   1.0038
      adds  f410e27   Imported Upstream version 1.0038
       new  8d3cb96   Merge tag 'upstream/1.0038'
       new  d1f13a8   Update debian/changelog
       new  1f1ab3d   Bump versioned (build) dependency on libhttp-headers-fast-perl.
       new  6715c80   Bump debhelper compatibility level to 9.
       new  37aee1e   releasing package libplack-perl version 1.0038-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:
 Changes                                            | 11 ++++++
 MANIFEST                                           |  5 ++-
 META.json                                          | 21 ++++++-----
 META.yml                                           | 21 ++++++-----
 Makefile.PL                                        | 10 ++---
 cpanfile                                           |  2 +-
 debian/changelog                                   |  7 +++-
 debian/compat                                      |  2 +-
 debian/control                                     |  6 +--
 lib/Plack.pm                                       |  2 +-
 lib/Plack/Handler/FCGI.pm                          |  6 ++-
 lib/Plack/MIME.pm                                  |  1 +
 lib/Plack/Middleware/AccessLog.pm                  | 43 +++++++++++++++++++++-
 lib/Plack/Middleware/Log4perl.pm                   | 34 ++++++++++++-----
 lib/Plack/Request.pm                               |  2 +-
 lib/Plack/Response.pm                              | 16 ++------
 lib/Plack/Runner.pm                                |  3 +-
 script/plackup                                     |  8 ++++
 t/HTTP-Server-PSGI/harakiri.t                      |  2 +-
 t/HTTP-Server-PSGI/post.t                          |  2 +-
 t/Plack-Loader/restarter.t                         |  2 +-
 t/Plack-Middleware/access_log.t                    | 28 ++++++++++++++
 .../{log4perl.t => log4perl-category.t}            |  4 +-
 t/Plack-Request/upload.t                           |  3 ++
 t/{release-pod-syntax.t => author-pod-syntax.t}    |  5 ++-
 25 files changed, 177 insertions(+), 69 deletions(-)
 copy t/Plack-Middleware/{log4perl.t => log4perl-category.t} (88%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

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



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