[libcgi-pm-perl] 01/02: Merge tag 'upstream/4.06'

Axel Beckert abe at deuxchevaux.org
Sun Oct 12 01:37:32 UTC 2014


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

abe pushed a commit to branch master
in repository libcgi-pm-perl.

commit 3524a348f6e57fe13ea91c44c442bfea5f2927ec
Merge: 4552e42 43b5487
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Oct 12 03:20:00 2014 +0200

    Merge tag 'upstream/4.06'
    
    Upstream version 4.06
    
    # gpg: Signature made Sun 12 Oct 2014 03:19:53 AM CEST using DSA key ID 95930EDE
    # gpg: please do a --check-trustdb
    # gpg: Good signature from "Axel Beckert (no legal relevance) <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (no legal relevance) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (no legal relevance) <xtaran at symlink.ch>"
    # gpg:                 aka "Axel Beckert (FSFE Fellow) <abe at fsfe.org>"
    # gpg:                 aka "Axel Beckert (Debian Developer) <abe at debian.org>"

 Changes                     |  87 ++++++
 MANIFEST                    |  12 +-
 META.json                   |  19 +-
 META.yml                    |  17 +-
 Makefile.PL                 |  68 +++--
 README => README.md         |  49 ++--
 examples/diff_upload.cgi    |   2 +-
 examples/file_upload.cgi    |   2 +-
 examples/frameset.cgi       |   2 +-
 examples/internal_links.cgi |   2 +-
 examples/monty.cgi          |   2 +-
 examples/multiple_forms.cgi |   4 +-
 examples/popup.cgi          |   2 +-
 examples/save_state.cgi     |   2 +-
 lib/CGI.pm                  | 675 +++++++++++++++++++++-----------------------
 lib/CGI/Apache.pm           |  18 --
 lib/CGI/Carp.pm             |   8 +-
 lib/CGI/Cookie.pm           |   2 +-
 lib/CGI/File/Temp.pm        |  37 +++
 lib/CGI/Pretty.pm           |   2 +-
 lib/CGI/Push.pm             |   2 +-
 lib/CGI/Switch.pm           |  19 --
 lib/CGI/Util.pm             |   2 +-
 lib/Fh.pm                   |   5 +
 t/apache.t                  |   7 -
 t/arbitrary_handles.t       |  30 ++
 t/delete.t                  |   2 +
 t/end_form.t                |   6 +-
 t/function.t                |   1 +
 t/headers.t                 |   1 +
 t/param_list_context.t      |  45 +++
 t/postdata.t                | 121 ++++++++
 t/request.t                 |  17 +-
 t/save_read_roundtrip.t     |   2 +
 t/switch.t                  |   7 -
 t/tmpdir.t                  |  43 ---
 t/unescapeHTML.t            |   9 +-
 t/upload.t                  |  16 +-
 t/uploadInfo.t              |  13 +-
 t/url.t                     |   6 +-
 40 files changed, 837 insertions(+), 529 deletions(-)

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



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