[libmojolicious-plugin-cgi-perl] branch master updated (479ed26 -> 5288049)

gregor herrmann gregoa at debian.org
Mon Aug 31 18:41:46 UTC 2015


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

gregoa pushed a change to branch master
in repository libmojolicious-plugin-cgi-perl.

      from  479ed26   releasing package libmojolicious-plugin-cgi-perl version 0.12-1
      adds  d6794c8   Released version 0.13
      adds  38ba5c3   resolve #11 - fix multipart test content length value
      adds  e05e761   Merge pull request #12 from leejo/lee/fix_multipart_test
      adds  9598094   Released version 0.14
      adds  e45c603   Released version 0.15
      adds  945115c   Released version 0.16
      adds  b55b57e   Add support for QUERY_STRING with ";" instead of "&"
      adds  9eeee48   Released version 0.17
      adds  3cd883b   Fix typo. Credit: genio
      adds  9e41e90   Fix SCRIPT_NAME environment variable
      adds  f451542   Fix minimum Mojolicious version in cpanfile, closes #13
      adds  6d44718   Released version 0.18
      adds  f04dc2c   Will not test SERVER_ADMIN variable
      adds  a79b373   Released version 0.19
      adds  41ea5ca   Test leaky pipes on mac osx
      adds  f997038   Merge pull request #15 from timgimyee/leaky-pipes
      adds  86c2bd2   Released version 0.20
      adds  225e170   Update basic repo files
      adds  4203cf2   test case for #16
      adds  5e8e473   Fix "Can't call method "write" on an undefined value", closes #16
      adds  0740ee0   Disabled "no leaky leaks" test
      adds  44ae5b4   Released version 0.21
      adds  0f02d73   Fix "Bareword found where operator expected at t/gh-16-loop_reset.t line 35"
      adds  25eec1c   Try to fix waiting for finished CGI scripts
      adds  58b6ebe   Released version 0.22
      adds  8c89bcb   Released version 0.23
      adds  3ff6dc6   Imported Upstream version 0.23
       new  1b3d22b   Merge tag 'upstream/0.23'
       new  6aab191   Update debian/changelog
       new  4975834   add bug closer
       new  91c226c   Bump versioned (build) dependency on libmojolicious-perl.
       new  ccc5f9a   Bump debhelper compatibility level to 9.
       new  5288049   releasing package libmojolicious-plugin-cgi-perl version 0.23-1

The 6 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                         | 133 +++++++++++++++++++++++++---------------
 META.json                       |   6 +-
 META.yml                        |  14 ++---
 Makefile.PL                     |   4 +-
 README                          |  15 ++++-
 cpanfile                        |   2 +-
 debian/changelog                |  11 ++++
 debian/compat                   |   2 +-
 debian/control                  |   6 +-
 lib/Mojolicious/Plugin/CGI.pm   |  44 +++++++++----
 pm_to_blib                      |   0
 t/00-basic.t                    |  38 +++++++-----
 t/basic.t                       |  21 +++----
 t/cgi-bin/slow.pl               |   5 ++
 t/gh-16-loop_reset.t            |  62 +++++++++++++++++++
 t/multipart.t                   |   2 +-
 t/post.t                        |  43 ++++++++++---
 t/query-string-with-semicolon.t |  32 ++++++++++
 18 files changed, 325 insertions(+), 115 deletions(-)
 create mode 100644 pm_to_blib
 create mode 100755 t/cgi-bin/slow.pl
 create mode 100644 t/gh-16-loop_reset.t
 create mode 100644 t/query-string-with-semicolon.t

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



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