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

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

      from  4552e42   Drop .pm suffix also in debian/watch's regular expression
      adds  43b5487   Imported Upstream version 4.06
       new  3524a34   Merge tag 'upstream/4.06'
       new  1091311   Update changelog for new upstream release; add 
debian/NEWS entry

The 2 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                     |  87 ++++++
 MANIFEST                    |  12 +-
 META.json                   |  19 +-
 META.yml                    |  17 +-
 Makefile.PL                 |  68 +++--
 README => README.md         |  49 ++--
 debian/NEWS                 |  11 +
 debian/changelog            |   3 +-
 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 +-
 42 files changed, 850 insertions(+), 530 deletions(-)
 rename README => README.md (63%)
 delete mode 100644 lib/CGI/Apache.pm
 create mode 100644 lib/CGI/File/Temp.pm
 delete mode 100644 lib/CGI/Switch.pm
 create mode 100644 lib/Fh.pm
 delete mode 100644 t/apache.t
 create mode 100644 t/arbitrary_handles.t
 create mode 100644 t/param_list_context.t
 create mode 100644 t/postdata.t
 delete mode 100644 t/switch.t
 delete mode 100644 t/tmpdir.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to