[libmojolicious-perl] branch master updated (c5f4ab5 -> 985be3c)

Tamas Csillag cstamas-guest at alioth.debian.org
Sat Aug 31 11:21:45 UTC 2013


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  c5f4ab5   release to unstable
      adds  095c16d   Imported Upstream version 4.29+dfsg
       new  f898637   Merge tag 'upstream/4.29+dfsg'
       new  985be3c   release to unstable

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                                   |   49 +++++
 META.json                                 |    4 +-
 META.yml                                  |    4 +-
 debian/changelog                          |    6 +
 lib/Mojo/Base.pm                          |    2 +-
 lib/Mojo/ByteStream.pm                    |   24 ++-
 lib/Mojo/Collection.pm                    |   66 +++++--
 lib/Mojo/Cookie.pm                        |    5 +-
 lib/Mojo/Cookie/Response.pm               |    3 +-
 lib/Mojo/DOM.pm                           |  286 +++++++++++++++++------------
 lib/Mojo/DOM/CSS.pm                       |   12 +-
 lib/Mojo/DOM/HTML.pm                      |    9 +-
 lib/Mojo/Date.pm                          |    5 +-
 lib/Mojo/Exception.pm                     |    5 +-
 lib/Mojo/Headers.pm                       |    5 +-
 lib/Mojo/Home.pm                          |    5 +-
 lib/Mojo/IOLoop.pm                        |   35 ++--
 lib/Mojo/IOLoop/Client.pm                 |   20 +-
 lib/Mojo/IOLoop/Server.pm                 |   32 ++++
 lib/Mojo/IOLoop/Stream.pm                 |   14 +-
 lib/Mojo/Loader.pm                        |    2 +-
 lib/Mojo/Message.pm                       |    4 +-
 lib/Mojo/Message/Response.pm              |    2 +-
 lib/Mojo/Parameters.pm                    |    2 +-
 lib/Mojo/Path.pm                          |    2 +-
 lib/Mojo/Server.pm                        |    4 +-
 lib/Mojo/Server/Daemon.pm                 |   47 ++++-
 lib/Mojo/Transaction.pm                   |   12 +-
 lib/Mojo/Transaction/HTTP.pm              |   32 +++-
 lib/Mojo/Transaction/WebSocket.pm         |    5 +-
 lib/Mojo/URL.pm                           |    5 +-
 lib/Mojo/UserAgent.pm                     |   41 +++--
 lib/Mojo/Util.pm                          |   22 ++-
 lib/Mojolicious.pm                        |    6 +-
 lib/Mojolicious/Command/eval.pm           |    8 +-
 lib/Mojolicious/Command/get.pm            |    2 +-
 lib/Mojolicious/Command/routes.pm         |    3 +-
 lib/Mojolicious/Controller.pm             |    9 +-
 lib/Mojolicious/Guides.pod                |    6 -
 lib/Mojolicious/Guides/Cookbook.pod       |   48 +++--
 lib/Mojolicious/Guides/Routing.pod        |   24 +++
 lib/Mojolicious/Lite.pm                   |    6 +-
 lib/Mojolicious/Plugin/PODRenderer.pm     |    4 +-
 lib/Mojolicious/Plugin/TagHelpers.pm      |   20 +-
 lib/Mojolicious/Routes.pm                 |   63 +++----
 lib/Mojolicious/Routes/Match.pm           |    8 +
 lib/Mojolicious/Routes/Route.pm           |    2 +-
 lib/Mojolicious/templates/mojobar.html.ep |    1 -
 lib/ojo.pm                                |    2 +-
 t/mojo/app.t                              |   26 +++
 t/mojo/bytestream.t                       |    4 +
 t/mojo/collection.t                       |   30 +++
 t/mojo/cookie.t                           |   46 +++++
 t/mojo/dom.t                              |  177 +++++++++++-------
 t/mojo/ioloop.t                           |    3 +
 t/mojo/transactor.t                       |    4 +-
 t/mojo/user_agent.t                       |   27 ++-
 t/mojo/user_agent_online.t                |   16 +-
 t/mojo/util.t                             |    7 +-
 t/mojolicious/app.t                       |   42 +++--
 t/mojolicious/group_lite_app.t            |   96 +++++-----
 t/mojolicious/lib/MojoliciousTest.pm      |   15 +-
 t/mojolicious/lib/MojoliciousTest/Foo.pm  |   19 +-
 t/mojolicious/lite_app.t                  |   13 ++
 t/mojolicious/longpolling_lite_app.t      |   12 +-
 t/mojolicious/production_app.t            |    4 +-
 t/pod_coverage.t                          |    5 +-
 67 files changed, 1028 insertions(+), 501 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