[libmojolicious-perl] branch master updated (f0d49bb -> b9a6e07)

Tamas Csillag cstamas-guest at moszumanska.debian.org
Thu Jul 21 20:52:01 UTC 2016


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

cstamas-guest pushed a change to branch master
in repository libmojolicious-perl.

      from  f0d49bb   update changelog
      adds  63a57ef   Imported Upstream version 7.0+dfsg
       new  2ce6569   Merge tag 'upstream/7.0+dfsg'
       new  b9a6e07   update d/ch for release

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                                            |  59 ++++-
 MANIFEST                                           |   1 -
 META.json                                          |   6 +-
 META.yml                                           |   4 +-
 debian/changelog                                   |   8 +-
 lib/Mojo/ByteStream.pm                             |  14 +-
 lib/Mojo/DOM.pm                                    |  69 ++----
 lib/Mojo/DOM/CSS.pm                                |   6 +-
 lib/Mojo/IOLoop.pm                                 |   8 +-
 lib/Mojo/IOLoop/Server.pm                          |   7 -
 lib/Mojo/Message/Request.pm                        |   4 +-
 lib/Mojo/Reactor.pm                                |   4 +-
 lib/Mojo/Reactor/EV.pm                             |   2 -
 lib/Mojo/Server/Daemon.pm                          |   8 +-
 lib/Mojo/Server/Morbo.pm                           |   9 +-
 lib/Mojo/Template.pm                               |  21 +-
 lib/Mojo/URL.pm                                    | 106 ++++----
 lib/Mojo/UserAgent.pm                              |  23 +-
 lib/Mojo/UserAgent/CookieJar.pm                    |   4 +-
 lib/Mojo/Util.pm                                   | 135 +++++++++--
 lib/Mojolicious.pm                                 |  12 +-
 lib/Mojolicious/Command.pm                         |  24 +-
 lib/Mojolicious/Command/get.pm                     |   2 +-
 lib/Mojolicious/Guides.pod                         |   7 +-
 lib/Mojolicious/Guides/Contributing.pod            |  28 +--
 lib/Mojolicious/Guides/Cookbook.pod                |   7 +-
 lib/Mojolicious/Guides/FAQ.pod                     |  21 +-
 lib/Mojolicious/Guides/Growing.pod                 |   5 +-
 lib/Mojolicious/Guides/Rendering.pod               |  21 +-
 lib/Mojolicious/Guides/Routing.pod                 |  15 +-
 lib/Mojolicious/Guides/Tutorial.pod                |  43 +++-
 lib/Mojolicious/Plugin/Charset.pm                  |  68 ------
 lib/Mojolicious/Plugin/Config.pm                   |  15 +-
 lib/Mojolicious/Plugin/JSONConfig.pm               |   9 +-
 lib/Mojolicious/Plugins.pm                         |   4 -
 lib/Mojolicious/Routes.pm                          |   2 +-
 .../resources/templates/mojo/debug.html.ep         |   6 +-
 .../resources/templates/mojo/menubar.html.ep       |  11 +-
 t/mojo/bytestream.t                                |   3 -
 t/mojo/cookiejar.t                                 |   7 +
 t/mojo/dom.t                                       | 268 ++++++++++-----------
 t/mojo/request.t                                   |   2 +-
 t/mojo/request_cgi.t                               |  19 +-
 t/mojo/transactor.t                                |   5 +-
 t/mojo/url.t                                       | 128 +++++-----
 t/mojo/util.t                                      |  15 +-
 t/mojo/websocket.t                                 |   6 +-
 t/mojo/websocket_proxy.t                           |  15 +-
 t/mojo/websocket_proxy_tls.t                       |  36 ++-
 t/mojolicious/charset_lite_app.t                   |   9 +-
 t/mojolicious/command.t                            |  65 ++++-
 t/mojolicious/json_config_lite_app.t               |   4 -
 t/mojolicious/rebased_lite_app.t                   |   2 +-
 t/mojolicious/validation_lite_app.t                |  10 +-
 t/pod_coverage.t                                   |  11 +-
 55 files changed, 734 insertions(+), 669 deletions(-)
 delete mode 100644 lib/Mojolicious/Plugin/Charset.pm

-- 
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