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

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

      from  c64b464   update changelog
      adds  e515d9b   Add run option for a code reference
      adds  78ba343   Make sure the status code is actually used
      adds  f6aa99b   Add HTTP_IF_NONE_MATCH to environement
      adds  e5afcb7   Make sure the status code is used always
      adds  cd8c4e4   Move Mojo::IOLoop->reset inside if
      adds  0314eba   Ran it through perltidy
      adds  e273b3d   Be clearer about code reference in $self->{run}
      adds  926236b   Status Line MUST contain a Status Code
      adds  a7f4bf6   Pass $c to the code ref
      adds  c3d18e5   NPH scripts will emit HTTP-Version
      adds  522d560   Be more lenient when parsing the Status-Line
      adds  b08b307   Tests added for some of the new functionality
      adds  95a98d4   Testing and workaround for the NPH setup added
      adds  0572291   Merge pull request #17 from kensanata/master
      adds  0cf08ca   Improved documentation #17
      adds  035d5e3   Released version 0.24
      adds  df4c467   Made post.t optional
      adds  5df5779   Released version 0.25
      adds  def287e   Imported Upstream version 0.25
       new  5e8f56f   Merge tag 'upstream/0.25'
       new  9b56e30   Update debian/changelog
       new  b30c252   Drop debian/tests/pkg-perl/smoke-skip.
       new  b425724   debian/rules: remove override
       new  65db860   releasing package libmojolicious-plugin-cgi-perl version 
0.25-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:
 .travis.yml                      |  4 +-
 Changes                          |  9 ++++
 META.json                        |  4 +-
 META.yml                         |  4 +-
 Makefile.PL                      |  2 +-
 README                           | 55 ++++++++++++++++------
 debian/changelog                 | 10 +++-
 debian/rules                     |  5 --
 debian/tests/pkg-perl/smoke-skip |  1 -
 lib/Mojolicious/Plugin/CGI.pm    | 99 +++++++++++++++++++++++++++-------------
 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/not-found.t                    | 19 ++++++++
 t/not-modified.t                 | 19 ++++++++
 t/nph-borked.t                   | 19 ++++++++
 t/nph.t                          | 19 ++++++++
 t/post.t                         | 37 +++++----------
 19 files changed, 252 insertions(+), 86 deletions(-)
 delete mode 100644 debian/tests/pkg-perl/smoke-skip
 create mode 100755 t/cgi-bin/not-found.pl
 create mode 100755 t/cgi-bin/not-modified.pl
 create mode 100755 t/cgi-bin/nph-borked.pl
 create mode 100755 t/cgi-bin/nph.pl
 create mode 100644 t/not-found.t
 create mode 100644 t/not-modified.t
 create mode 100644 t/nph-borked.t
 create mode 100644 t/nph.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-plugin-cgi-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