[libmojolicious-perl] branch master updated (31dba61 -> 70919aa)

Nick Morrott nickm-guest at moszumanska.debian.org
Wed Sep 21 18:10: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-perl.

      from  31dba61   update changelog
      adds  4dba17d   New upstream version 7.07+dfsg
       new  cf4bfe7   Merge tag 'upstream/7.07+dfsg'
       new  e5363d7   Add 01-spelling-error-in-manpage.patch
       new  70919aa   Releasing package libmojolicious-perl version 7.07+dfsg-1

The 3 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                                           |  29 +++++
 MANIFEST                                          |   2 +
 META.json                                         |   4 +-
 META.yml                                          |   4 +-
 debian/changelog                                  |   9 +-
 debian/patches/01-spelling-error-in-manpage.patch |  16 +++
 debian/patches/series                             |   1 +
 examples/connect-proxy.pl                         |   2 +-
 lib/Mojo/IOLoop.pm                                |  30 +++++
 lib/Mojo/IOLoop/Server.pm                         |   3 +-
 lib/Mojo/IOLoop/Stream.pm                         |   2 -
 lib/Mojo/IOLoop/Subprocess.pm                     | 148 ++++++++++++++++++++++
 lib/Mojo/Loader.pm                                |   1 +
 lib/Mojo/Server/Daemon.pm                         |   6 +-
 lib/Mojo/Transaction/HTTP.pm                      |   7 +-
 lib/Mojo/UserAgent/Transactor.pm                  |  11 +-
 lib/Mojo/Util.pm                                  |   1 +
 lib/Mojolicious.pm                                |   2 +-
 lib/Mojolicious/Controller.pm                     |  11 +-
 lib/Mojolicious/Guides.pod                        |   2 +
 lib/Mojolicious/Guides/Cookbook.pod               |  31 ++---
 lib/Mojolicious/Guides/FAQ.pod                    |  40 ++++--
 lib/Mojolicious/Guides/Tutorial.pod               |  24 +++-
 lib/Mojolicious/Lite.pm                           |  47 ++++---
 lib/Mojolicious/Renderer.pm                       |  22 ++--
 lib/Mojolicious/Routes/Route.pm                   | 113 ++++++++++++++---
 lib/Mojolicious/Validator/Validation.pm           |   1 -
 lib/Test/Mojo.pm                                  | 111 ++++++++--------
 script/hypnotoad                                  |   2 +-
 t/mojo/daemon_ipv6_tls.t                          |   2 +-
 t/mojo/hypnotoad.t                                |   1 -
 t/mojo/loader.t                                   |   4 +
 t/mojo/subprocess.t                               | 148 ++++++++++++++++++++++
 t/mojo/transactor.t                               |   8 +-
 t/mojo/user_agent_online.t                        |   8 --
 t/mojo/user_agent_tls.t                           |   7 +-
 t/mojo/util.t                                     |   4 +
 t/mojo/websocket_proxy.t                          |   2 +-
 t/mojo/websocket_proxy_tls.t                      |   2 +-
 t/mojolicious/app.t                               |  15 +++
 t/mojolicious/lite_app.t                          |  14 +-
 41 files changed, 707 insertions(+), 190 deletions(-)
 create mode 100644 debian/patches/01-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/Mojo/IOLoop/Subprocess.pm
 create mode 100644 t/mojo/subprocess.t

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



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