[libmojolicious-perl] branch master updated (cbf3c75 -> bf01086)

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 change to branch master
in repository libmojolicious-perl.

      from  cbf3c75   releasing package libmojolicious-perl version 5.48+dfsg-1
       new  ab041f4   Imported Upstream version 5.54+dfsg
       new  e12e11b   Merge tag 'upstream/5.54+dfsg'
       new  bf01086   add new release to d/ch

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                                   |  35 ++++++++++
 MANIFEST                                  |   1 +
 META.json                                 |   4 +-
 META.yml                                  |   4 +-
 README.md                                 |  10 ++-
 debian/changelog                          |   6 ++
 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 +-
 63 files changed, 537 insertions(+), 364 deletions(-)
 create mode 100644 examples/connect-proxy.pl
 create mode 100644 examples/entities.pl
 create mode 100644 examples/fast.pl
 create mode 100644 examples/hello-template.pl
 create mode 100644 t/mojo/lib/myapp.pl

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