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

gregor herrmann gregoa at debian.org
Sun Oct 12 21:17:34 UTC 2014


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  ce17ab6   update changelog
      adds  7a9c8d0   Imported Upstream version 0.09
       new  cc1828a   Merge tag 'upstream/0.09'
       new  7042490   Add debian/upstream/metadata
       new  d47de00   Update debian/changelog
      adds  75c8d84   Init repo
      adds  4f62ad5   Add basic repo files
      adds  f78cb39   Add Mojolicious::Plugin::CGI and basic test
      adds  ed33028   Made unittest more robust
      adds  1e46a21   Add support for "HEADER\n\nCONTENT"
      adds  06729c8   Released version 0.01
      adds  5a36072   Released version 0.02
      adds  e19d6e1   Released version 0.03
      adds  a474f38   Released version 0.0301
      adds  c75d280   Released version 0.04
      adds  60ea9bd   correct Makefile NAME
      adds  d24623c   Merge pull request #1 from dsteinbrunner/patch-1
      adds  69ccea8   Released version 0.0401
      adds  a012815   Try to prevent going out of scope inside CGI script
      adds  1d33712   Will check if child is running
      adds  0f2b4c5   fix pipe leak, support redirects
      adds  a7cfd0e   Merge remote-tracking branch 'leejo/master'
      adds  ab89315   Released version 0.05
      adds  6e936a3   Released version 0.0501
      adds  3f1a131   support multipart requests
      adds  c3eba1c   remove error saying Can only handle Single reqs
      adds  5086031   Merge pull request #4 from leejo/multipart/pure_mojo_refactored
      adds  17c260c   Merged 00 tests
      adds  b79c8f3   Released version 0.06
      adds  56a324e   Reads userinfo from request path
      adds  db701ca   Add support for errlog
      adds  67a1fdd   Fix PATH_INFO and SCRIPT_NAME
      adds  78fb6e0   Add META to Makefile.PL
      adds  22dcd8c   Released version 0.07
      adds  4ecdbeb   Added repository cpan metadata
      adds  847df9e   Merge pull request #5 from dsteinbrunner/patch-1
      adds  a416080   Released version 0.0601
      adds  582d2f0   Merge remote-tracking branch 'origin/master'
      adds  d419510   Fix REMOTE_HOST test on windows
      adds  3269e52   Flushing STDERR as well
      adds  22dea02   Add COPYRIGHT AND LICENSE section, closes #7
      adds  89f624b   skip test for leaky pipes under Debian build
      adds  69eae83   Merge pull request #8 from alexm/skip-leaky-pipes-test
      adds  b0bdde6   Released version 0.08
      adds  df70fff   Add README.pod to MANIFEST.SKIP, fixes #9
      adds  70ae414   Released version 0.09
      adds  927e4ca   Fix Can't use string ("") as a HASH ref
      adds  2ac22e6   Use App::git::ship
      adds  1f6f0d4   Released version 0.10
      adds  a7b3588   Refactored code. env() is an attribute
      adds  76eb10a   Fix unlink
      adds  7413905   Default STDERR logging goes to app log
      adds  7b04afb   Add .travis and perltidy code
      adds  79aab5d   Try to fix "child is taken care of"
      adds  f828737   Fix "child is taken care of" test
      adds  a19ab9f   Tried to fix REMOTE_HOST from Authorization header, closes #10
      adds  e7c10c5   Released version 0.11
      adds  9ceb81e   Change default CGI logging prefix to "CGI:$name:$pid"
      adds  dc5229a   Fix _waitpids() actually survail hanging processes
      adds  8d80978   Released version 0.12
      adds  bb1c299   Imported Upstream version 0.12
       new  3ddc3a8   Merge tag 'upstream/0.12'
       new  419c524   Update debian/changelog
       new  dcd9a6f   update debian/upstream/metadata
       new  8bcca13   Add (build) dependency on libio-pipely-perl.
       new  9662c4e   Declare compliance with Debian Policy 3.9.6.
       new  2862197   cme: reformat debian/control
       new  6839d09   Mark package as autopkgtest-able.
       new  479ed26   releasing package libmojolicious-plugin-cgi-perl version 0.12-1

The 11 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:
 .perltidyrc                      |  12 ++
 .ship.conf                       |   7 +
 .travis.yml                      |  12 ++
 Changes                          |  14 ++
 META.json                        |  14 +-
 META.yml                         |  12 +-
 Makefile.PL                      |  30 ++--
 README                           |  10 +-
 cpanfile                         |   4 +
 debian/changelog                 |  14 +-
 debian/control                   |  16 ++-
 debian/tests/pkg-perl/skip-smoke |   1 +
 debian/upstream/metadata         |   6 +
 lib/Mojolicious/Plugin/CGI.pm    | 291 ++++++++++++++++++++++-----------------
 t/basic.t                        |  46 +++----
 t/errlog.t                       |  33 +++--
 t/post.t                         |  26 ++--
 t/remote-user.t                  |  25 ++++
 18 files changed, 360 insertions(+), 213 deletions(-)
 create mode 100644 .perltidyrc
 create mode 100644 .ship.conf
 create mode 100644 .travis.yml
 create mode 100644 cpanfile
 create mode 100644 debian/tests/pkg-perl/skip-smoke
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/remote-user.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