[libcgi-emulate-psgi-perl] branch master updated (5734a83 -> d449d83)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Aug 17 13:06:39 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libcgi-emulate-psgi-perl.

      from  5734a83   releasing version 0.20-1
       new  3f61098   Add debian/upstream/metadata
       new  ca27c03   Update debian/changelog
      adds  3afad92   first commit
      adds  55cebc1   move A::CGI impl to CGI::PSGIfy
      adds  ab08e62   s/CGI::PSGIfy/CGI::Emulate::PSGI/
      adds  d90a9fd   remove Plack::Adapter. Use app.psgi
      adds  dc991e8   Change the server name
      adds  08cf335   Documentation: Provide a "DESCRIPTION" for CGI::Emulate::PSGI.
      adds  2e144a1   Bug Fix: IO::File needs to be loaded before it can be used.
      adds  f71b455   document CGI.pm gotchas
      adds  89711ca   _reset_globals()
      adds  4f55425   use initialize_globals
      adds  2669290   if %CGI:: is not a good check if CGI.pm is loaded
      adds  b010ddf   fixed docs about CGI::PSGI
      adds  16c886e   rename tests
      adds  38df327   added .gitignore, docs, Makefile.PL
      adds  97aeb78   fixed deps, added 00_compile.t, rename test.
      adds  762ffae   added .shipit file for release to cpan
      adds  6981ca8   added MANIFEST.SKIP
      adds  71e9c9b   added Changes file
      adds  95c4d65   Checking in changes prior to tagging of version 0.01.  Changelog diff is:
      adds  802ee3a   generate readme
      adds  ad9c31e   mention CGI::Compile
      adds  3533cea   more docs about CGI::Compile
      adds  179e071   do not import from IO::File since it gives SEEK_SET redefined warnings
      adds  050b2d4   README
      adds  97ea52a   add MANIFEST
      adds  8c844ac   Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      adds  fcc9e9f   Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      adds  db59e35   only override the necessary environment variables
      adds  8438dfa   Merge branch 'kazuho/master'
      adds  58b916c   do not use sort
      adds  3c02560   Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      adds  1632b63   Factored out the CGI output parser into a separate module CGI::Parse::PSGI so CGI::Application::Emulate::PSGI etc. can use.
      adds  3d13690   the argument now could be a reference to a string as well
      adds  3a7cdd3   Added emulate_environment utility
      adds  d550e34   Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      adds  5777f7f   fixed warnings in -s
      adds  18b2577   Added a failing test when you create a new socket from CGI handler
      adds  a293021   select STDOUT
      adds  7105773   Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      adds  f30c847   binmode output to raw, so CGI scripts can binmode it with ':utf8' safely
      adds  feffe62   Checking in changes prior to tagging of version 0.07.
      adds  9a3eca4   fix build_requires for Test::More
      adds  380a3b9   Checking in changes prior to tagging of version 0.08.
      adds  e041152   add test for binmode
      adds  491bb43   Checking in changes prior to tagging of version 0.09.
      adds  9b0e931   Use the workaround suggested by Eric Brine to create a new filehandle from fd. per http://www.nntp.perl.org/group/perl.perl5.porters/2010/05/msg160093.html
      adds  9d539cf   Checking in changes prior to tagging of version 0.10.
      adds  8ac9486   fixes POD
      adds  64a96fb   update copyright
      adds  45fb8a4   Skip psgix.*
      adds  709b0d0   Checking in changes prior to tagging of version 0.11.
      adds  59b6d3e   Checking in changes prior to tagging of version 0.11.
      adds  e21452c   Handle response headers to comply to the PSGI specification.
      adds  39eec4f   Checking in changes prior to tagging of version 0.12.
      adds  d465d56   Delete Date header
      adds  72420a4   Automatically set 302 Found if there's Location header but no Status, per RFC 3875 6.2.3
      adds  b3a0ddb   Checking in changes prior to tagging of version 0.13.
      adds  910bbf3   change name
      adds  52614b6   Update lib/CGI/Emulate/PSGI.pm
      adds  81b2f29   Merge pull request #2 from ctfliblime/patch-1
      adds  4a7286f   Checking in changes prior to tagging of version 0.14.
      adds  d297a63   Checking in changes prior to tagging of version 0.15.
      adds  0f0cd2b   Checking in changes prior to tagging of version 0.15.
      adds  941852d   Use tied file handle for STDIN
      adds  0a65c76   Add test for tied file handles
      adds  089a6eb   Use tied file handle for STDERR
      adds  14d9acf   Merge pull request #3 from waldiTM/master
      adds  4dc3123   convert to Milla
      adds  ff7906d   0.16
      adds  960ed35   make localizing STDOUT work properly in the debugger for perl 5.8.8 and below
      adds  7b30ce7   Merge pull request #5 from tehmoth/master
      adds  4d3e001   add LICENSE
      adds  32949c8   0.17
      adds  071a8f6   Fix perl prerequisite
      adds  127a3fd   Merge pull request #7 from haarg/patch-1
      adds  dbe0a14   0.18
      adds  2ed37dc   add CGI.pm prereq for perl 5.21 and over. Fix #10
      adds  8b7cd36   typo
      adds  a6dd815   Revert "Merge pull request #3 from waldiTM/master"
      adds  a3b69d7   0.19
      adds  d1e472c   add Test::Requires #11
      adds  8c47e52   0.20
      adds  1365695   test (and fix) that we restore the selected FH
      adds  8c5eca2   Merge pull request #12 from dakkar/fix-selectsaver
      adds  cb4edad   0.21
      adds  46c7c5c   Imported Upstream version 0.21
       new  aca4220   Merge tag 'upstream/0.21'
       new  a3b27ea   Update debian/changelog
       new  96e5420   Bump debhelper compatibility level to 9
       new  7b38691   Update VCS urls and use metacpan url in manpage
       new  062c17f   Add module name in description
       new  9666ffc   Add autopkgtest-pkg-perl
       new  b0a6385   Set year of upstream copyright
       new  dd25c4a   Update dependencies
       new  d449d83   Release libcgi-emulate-psgi-perl 0.21-1 to unstable

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:
 Changes                  |  3 +++
 MANIFEST                 |  2 +-
 META.json                | 10 ++++++----
 META.yml                 |  7 ++++---
 Makefile.PL              | 14 +++++---------
 README                   | 47 +++++++++++++++++++++++++++++------------------
 debian/changelog         | 14 ++++++++++++++
 debian/compat            |  2 +-
 debian/control           | 30 +++++++++++++++---------------
 debian/copyright         |  3 ++-
 debian/upstream/metadata |  7 +++++++
 lib/CGI/Emulate/PSGI.pm  | 16 +++++++++-------
 t/01_simple.t            |  6 ++++++
 13 files changed, 102 insertions(+), 59 deletions(-)
 create mode 100644 debian/upstream/metadata

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



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