[libmojolicious-perl] branch master updated (e68f841 -> 27f15c3)

Tamas Csillag cstamas-guest at alioth.debian.org
Thu Sep 12 06:07:32 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  e68f841   Remove trailing whitespace
      adds  a8d3ac1   Imported Upstream version 4.34+dfsg
       new  900c479   Merge tag 'upstream/4.34+dfsg'
       new  03f9607   release to unstable
       new  9e6413b   do not release now
      adds  f73c6d3   Imported Upstream version 4.35+dfsg
       new  a54e116   Merge tag 'upstream/4.35+dfsg'
       new  27f15c3   release to unstable now

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:
 Changes                                      |   25 +++-
 MANIFEST                                     |    2 +-
 META.json                                    |    4 +-
 META.yml                                     |    4 +-
 README.md                                    |    2 +-
 debian/changelog                             |    6 +
 lib/Mojo/Asset.pm                            |    2 +-
 lib/Mojo/Base.pm                             |    3 -
 lib/Mojo/Collection.pm                       |    2 +-
 lib/Mojo/Cookie/Request.pm                   |    5 +-
 lib/Mojo/Cookie/Response.pm                  |   20 +--
 lib/Mojo/Home.pm                             |    5 +-
 lib/Mojo/IOLoop/Client.pm                    |    3 +-
 lib/Mojo/IOLoop/Delay.pm                     |   40 ++++--
 lib/Mojo/IOLoop/Server.pm                    |   38 +++---
 lib/Mojo/JSON.pm                             |    6 +-
 lib/Mojo/UserAgent/CookieJar.pm              |   23 ++--
 lib/Mojolicious.pm                           |   42 +++----
 lib/Mojolicious/Command/eval.pm              |    2 +-
 lib/Mojolicious/Command/generate/app.pm      |    5 +-
 lib/Mojolicious/Guides.pod                   |   15 ++-
 lib/Mojolicious/Guides/Contributing.pod      |    4 +-
 lib/Mojolicious/Guides/Cookbook.pod          |   34 ++---
 lib/Mojolicious/Guides/Rendering.pod         |    8 +-
 lib/Mojolicious/Lite.pm                      |   14 ++-
 lib/Mojolicious/Plugin/Config.pm             |    5 +-
 lib/Mojolicious/Plugin/EPRenderer.pm         |    2 +-
 lib/Mojolicious/Plugin/JSONConfig.pm         |    2 +-
 lib/Mojolicious/Routes.pm                    |    4 +-
 lib/ojo.pm                                   |    8 +-
 t/mojo/cookie.t                              |   12 +-
 t/mojo/cookiejar.t                           |   53 +++++++-
 t/mojo/{app.t => daemon.t}                   |   11 +-
 t/mojo/delay.t                               |   71 +++++++++--
 t/mojo/hypnotoad.t                           |   33 ++---
 t/mojo/morbo.t                               |   16 +--
 t/mojo/prefork.t                             |    8 ++
 t/mojo/reactor_ev.t                          |    3 +-
 t/mojo/reactor_poll.t                        |    3 +-
 t/mojo/template.t                            |    4 +-
 t/mojo/user_agent.t                          |   10 --
 t/mojo/user_agent_online.t                   |    8 +-
 t/mojo/websocket.t                           |  117 ++++++-----------
 t/mojolicious/app.t                          |   72 +++++++++++
 t/mojolicious/embedded_lite_app.t            |    1 -
 t/mojolicious/group_lite_app.t               |   46 ++++---
 t/mojolicious/json_config_lite_app.t         |    9 +-
 t/mojolicious/lib/MojoliciousTest.pm         |   24 ++--
 t/mojolicious/lib/MojoliciousTest/Foo.pm     |   17 ++-
 t/mojolicious/lib/MojoliciousTest/Foo/Bar.pm |    2 +-
 t/mojolicious/lite_app.t                     |   19 ++-
 t/mojolicious/longpolling_lite_app.t         |  174 +++++++++++++++-----------
 t/mojolicious/renderer.t                     |   11 ++
 t/mojolicious/templates/foo/bar/test.html.ep |    2 +-
 54 files changed, 664 insertions(+), 397 deletions(-)
 rename t/mojo/{app.t => daemon.t} (97%)

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