[libmojolicious-perl] 02/03: Merge tag 'upstream/5.54+dfsg'

Tamas Csillag cstamas-guest at moszumanska.debian.org
Sun Oct 26 12:47:57 UTC 2014


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

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

commit e12e11ba9859f814a2f3b1e158e649a7c2279c67
Merge: cbf3c75 ab041f4
Author: CSILLAG Tamas <cstamas at cstamas.hu>
Date:   Sun Oct 26 13:25:51 2014 +0100

    Merge tag 'upstream/5.54+dfsg'
    
    Upstream version 5.54+dfsg

 Changes                                   |  35 ++++++++++
 MANIFEST                                  |   1 +
 META.json                                 |   4 +-
 META.yml                                  |   4 +-
 README.md                                 |  10 ++-
 examples/connect-proxy.pl                 |  86 +++++++++++++++++++++++
 examples/entities.pl                      |  10 +++
 examples/fast.pl                          |  10 +++
 examples/hello-template.pl                |  10 +++
 lib/Mojo/Asset/File.pm                    |   3 +-
 lib/Mojo/Base.pm                          |  18 ++---
 lib/Mojo/ByteStream.pm                    |   8 ++-
 lib/Mojo/Collection.pm                    |   7 +-
 lib/Mojo/Content.pm                       |  90 ++++++++++++------------
 lib/Mojo/DOM/HTML.pm                      |  53 +++++---------
 lib/Mojo/JSON.pm                          |  64 +++++------------
 lib/Mojo/Message.pm                       |  20 +++---
 lib/Mojo/Message/Request.pm               |  16 ++---
 lib/Mojo/Message/Response.pm              |   2 +-
 lib/Mojo/Parameters.pm                    |  14 ++--
 lib/Mojo/Server.pm                        |   7 +-
 lib/Mojo/UserAgent.pm                     |   8 ++-
 lib/Mojo/UserAgent/Transactor.pm          |  21 +++---
 lib/Mojolicious.pm                        |   8 ++-
 lib/Mojolicious/Command/cpanify.pm        |   2 +-
 lib/Mojolicious/Command/get.pm            |   2 +-
 lib/Mojolicious/Command/inflate.pm        |   2 +-
 lib/Mojolicious/Controller.pm             |  36 +++++-----
 lib/Mojolicious/Guides.pod                |   4 +-
 lib/Mojolicious/Guides/Contributing.pod   |  10 ---
 lib/Mojolicious/Guides/Cookbook.pod       |   2 +-
 lib/Mojolicious/Plugin/JSONConfig.pm      |  16 ++---
 lib/Mojolicious/Plugin/PODRenderer.pm     |   6 +-
 lib/Mojolicious/Routes/Route.pm           |   3 +-
 lib/Mojolicious/Static.pm                 |   4 +-
 lib/Mojolicious/Validator/Validation.pm   |   7 +-
 lib/Mojolicious/templates/mojobar.html.ep |   8 +--
 lib/Test/Mojo.pm                          |  16 ++---
 lib/ojo.pm                                |   2 +-
 script/hypnotoad                          |   3 -
 script/mojo                               |   3 -
 script/morbo                              |   3 -
 t/mojo/asset.t                            |  12 ----
 t/mojo/bytestream.t                       |   4 --
 t/mojo/collection.t                       |   6 --
 t/mojo/daemon.t                           |   6 ++
 t/mojo/dom.t                              |  16 +++++
 t/mojo/json.t                             | 111 +++++++++++++++---------------
 t/mojo/lib/myapp.pl                       |   5 ++
 t/mojo/parameters.t                       |   1 +
 t/mojo/response.t                         |  21 +++++-
 t/mojo/transactor.t                       |  28 +++++---
 t/mojo/user_agent.t                       |  16 +++++
 t/mojolicious/dispatch.t                  |   1 +
 t/mojolicious/embedded_lite_app.t         |   5 +-
 t/mojolicious/external/myapp.pl           |   2 +-
 t/mojolicious/external_lite_app.t         |   2 +-
 t/mojolicious/json_config_lite_app.t      |   8 ++-
 t/mojolicious/static_lite_app.t           |   6 ++
 t/mojolicious/validation_lite_app.t       |   2 +
 t/mojolicious/websocket_lite_app.t        |   2 +-
 t/pod_coverage.t                          |   3 +-
 62 files changed, 531 insertions(+), 364 deletions(-)

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