[libplack-perl] branch master updated (eee0e08 -> 8930ad6)

gregor herrmann gregoa at debian.org
Fri Oct 24 21:08:01 UTC 2014


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

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

      from  eee0e08   releasing package libplack-perl version 1.0032-1
      adds  2262286   more accurate comment
      adds  d91dd3e   capture warning via diag()
      adds  f946d09   Fix typo in $env key name
      adds  514b2e4   Merge pull request #473 from fgabolde/master
      adds  afcd72c   Fix content filter in ErrorDocument
      adds  c6b7761   Merge pull request #474 from nwellnhof/error-document-fix
      adds  13dbf2e   Try to report the correct stack trace
      adds  c95988f   Add tests for multiple exceptions
      adds  9324640   Create stack traces with no_refs option
      adds  902137b   Switch to Try::Tiny in multiple_exceptions.t
      adds  eb07149   Merge pull request #476 from nwellnhof/stacktrace-fix
      adds  4b9480b   silence CGI.pm warnings
      adds  4a200b6   1.0033
      adds  7a64a5e   Imported Upstream version 1.0033
       new  7fd3091   Merge tag 'upstream/1.0033'
       new  1062bb9   Update debian/changelog
       new  8930ad6   releasing package libplack-perl version 1.0033-1

The 3 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                                            |   9 ++
 MANIFEST                                           |   3 +-
 META.json                                          |   5 +-
 META.yml                                           |   5 +-
 Makefile.PL                                        |   9 +-
 debian/changelog                                   |   6 +
 lib/Plack.pm                                       |   2 +-
 lib/Plack/Middleware/ErrorDocument.pm              |   2 +-
 lib/Plack/Middleware/Lint.pm                       |   2 +-
 lib/Plack/Middleware/StackTrace.pm                 |  25 ++++-
 lib/Plack/Request.pm                               |   2 +-
 lib/Plack/Response.pm                              |   2 +-
 t/Plack-Loader/restarter.t                         |   4 +-
 t/Plack-Middleware/cgi-bin/hello.cgi               |   2 +-
 t/Plack-Middleware/cgi-bin/hello2.cgi              |   2 +-
 .../stacktrace/multiple_exceptions.t               | 123 +++++++++++++++++++++
 t/Plack-Middleware/wrapcgi_exec.t                  |   2 +-
 17 files changed, 186 insertions(+), 19 deletions(-)
 create mode 100644 t/Plack-Middleware/stacktrace/multiple_exceptions.t

-- 
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