[libcgi-pm-perl] 01/06: Merge tag 'upstream/4.15'

gregor herrmann gregoa at debian.org
Sat May 9 20:09:30 UTC 2015


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

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

commit f0d37b4b779d7553559dd0853e3cf92ab8f5edbe
Merge: 8c37dc1 a7b1c7f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 9 21:56:17 2015 +0200

    Merge tag 'upstream/4.15'
    
    Upstream version 4.15

 Changes                                  |  118 +-
 MANIFEST                                 |   52 +-
 META.json                                |   10 +-
 META.yml                                 |   10 +-
 Makefile.PL                              |   51 +-
 README.md                                | 1793 +++++++++++-
 examples/WORLD_WRITABLE/18.157.1.253.sav |    5 -
 examples/caution.xbm                     |   12 -
 examples/clickable_image.cgi             |   70 +-
 examples/cookie.cgi                      |  167 +-
 examples/crash.cgi                       |    7 +-
 examples/customize.cgi                   |   92 -
 examples/diff_upload.cgi                 |   68 -
 examples/dna.small.gif                   |  Bin 2734 -> 0 bytes
 examples/file_upload.cgi                 |  121 +-
 examples/frameset.cgi                    |   81 -
 examples/index.html                      |  119 -
 examples/internal_links.cgi              |   33 -
 examples/javascript.cgi                  |  105 -
 examples/make_links.pl                   |    8 -
 examples/mojo_proxy.pl                   |   36 +
 examples/monty.cgi                       |   84 -
 examples/multiple_forms.cgi              |   54 -
 examples/nph-clock.cgi                   |   18 -
 examples/nph-multipart.cgi               |   10 -
 examples/popup.cgi                       |   32 -
 examples/save_state.cgi                  |   67 -
 examples/tryit.cgi                       |   37 -
 examples/wikipedia_example.cgi           |   40 +
 lib/CGI.pm                               | 4584 +-----------------------------
 lib/CGI.pod                              | 1835 ++++++++++++
 lib/CGI/Carp.pm                          |   18 +-
 lib/CGI/Cookie.pm                        |    2 +-
 lib/CGI/File/Temp.pm                     |    2 +-
 lib/CGI/HTML/Functions.pm                |    8 +
 lib/CGI/HTML/Functions.pod               | 1927 +++++++++++++
 lib/CGI/Pretty.pm                        |  278 +-
 lib/CGI/Push.pm                          |   45 +-
 lib/CGI/Util.pm                          |   35 +-
 lib/Fh.pm                                |    2 +-
 t/carp.t                                 |   28 +-
 t/cgi.t                                  |   73 +
 t/changes.t                              |   12 +
 t/delete.t                               |    2 +-
 t/end_form.t                             |    2 +-
 t/function.t                             |    6 +-
 t/gen-tests/gen-start-end-tags.pl        |   75 -
 t/gh-155.t                               |   23 +
 t/headers/attachment.t                   |   23 +
 t/headers/charset.t                      |   20 +
 t/headers/cookie.t                       |   34 +
 t/headers/default.t                      |   13 +
 t/headers/nph.t                          |   24 +
 t/headers/p3p.t                          |   33 +
 t/headers/target.t                       |   22 +
 t/headers/type.t                         |  101 +
 t/html.t                                 |   22 +-
 t/html_functions.t                       |   53 +
 t/param_list_context.t                   |    4 +-
 t/pretty.t                               |  101 +-
 t/push.t                                 |   13 +-
 t/request.t                              |   10 +-
 t/rt-31107.t                             |   43 +
 t/rt-57524.t                             |   19 +
 t/rt-75628.t                             |   27 +
 t/rt-84767.t                             |   25 +
 t/rt_31107.txt                           |   31 +
 t/rt_75628.txt                           |   17 +
 t/sorted.t                               |   30 +
 t/util.t                                 |   55 +-
 70 files changed, 6918 insertions(+), 6059 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