[libmojolicious-plugin-cgi-perl] branch master updated (55bb616 -> 1c59f3a)

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Aug 9 05:00:13 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libmojolicious-plugin-cgi-perl.

      from  55bb616   update changelog
      adds  d1b0017   Imported Upstream version 0.34
       new  23fabbf   Merge tag 'upstream/0.34'
       new  18babae   Refresh (build-) dependencies
       new  c809b47   Declare compliance with Debian Policy 3.9.8
       new  ff9ff07   Update metadata
       new  1c59f3a   Releasing package libmojolicious-plugin-cgi-perl version 0.34-1

The 5 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                     |   2 +-
 .travis.yml                     |   2 +-
 Changes                         |  31 +++
 META.json                       |   4 +-
 META.yml                        |   4 +-
 Makefile.PL                     |   4 +-
 README                          |  48 ++--
 cpanfile                        |   5 +-
 debian/changelog                |  11 +-
 debian/control                  |   8 +-
 debian/upstream/metadata        |   1 +
 example.cgi                     |   5 -
 lib/Mojolicious/Plugin/CGI.pm   | 532 +++++++++++++++++++++-------------------
 pm_to_blib                      |   0
 t/Helper.pm                     |  91 +++++++
 t/basic.t                       |  54 ++--
 t/before.t                      |  41 ++--
 t/cgi-bin/env.cgi               |   5 -
 t/cgi-bin/errlog                |   4 -
 t/cgi-bin/file_upload           |   8 -
 t/cgi-bin/not-found.pl          |   7 -
 t/cgi-bin/not-modified.pl       |   7 -
 t/cgi-bin/nph-borked.pl         |  10 -
 t/cgi-bin/nph.pl                |   8 -
 t/cgi-bin/postman               |   6 -
 t/cgi-bin/redirect.pl           |   4 -
 t/cgi-bin/slow.pl               |   5 -
 t/cgi-bin/working.pl            |   4 -
 t/errlog.t                      |  65 ++---
 t/helper.t                      |  31 +++
 t/multipart.t                   |  31 ++-
 t/not-found.t                   |  19 +-
 t/not-modified.t                |  20 +-
 t/nph-borked.t                  |  18 +-
 t/nph.t                         |  19 +-
 t/query-string-with-semicolon.t |  26 +-
 t/redirect.t                    |  21 +-
 t/remote-user.t                 |  28 +--
 t/run.t                         |  19 ++
 t/zombies.t                     | 106 ++++++++
 40 files changed, 750 insertions(+), 564 deletions(-)
 delete mode 100755 example.cgi
 delete mode 100644 pm_to_blib
 create mode 100644 t/Helper.pm
 delete mode 100755 t/cgi-bin/env.cgi
 delete mode 100755 t/cgi-bin/errlog
 delete mode 100755 t/cgi-bin/file_upload
 delete mode 100755 t/cgi-bin/not-found.pl
 delete mode 100755 t/cgi-bin/not-modified.pl
 delete mode 100755 t/cgi-bin/nph-borked.pl
 delete mode 100755 t/cgi-bin/nph.pl
 delete mode 100755 t/cgi-bin/postman
 delete mode 100755 t/cgi-bin/redirect.pl
 delete mode 100755 t/cgi-bin/slow.pl
 delete mode 100755 t/cgi-bin/working.pl
 create mode 100644 t/helper.t
 create mode 100644 t/run.t
 create mode 100644 t/zombies.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