[libmojolicious-perl] branch master updated (6621ec3 -> 2f43370)

Tamas Csillag cstamas-guest at moszumanska.debian.org
Mon Dec 23 23:12:21 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  6621ec3   release to unstable
      adds  406b8b4   Imported Upstream version 4.63+dfsg
       new  e8be504   Merge tag 'upstream/4.63+dfsg'
       new  9a6f78d   update copyright (CC4) and include formatted legal text
       new  28173ec   mention the standards version change in prev version: d/ch
       new  2f43370   release to unstable

The 4 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                                  |  29 ++
 META.json                                |   4 +-
 META.yml                                 |   4 +-
 debian/changelog                         |   9 +
 debian/copyright                         | 644 +++++++++++++++----------------
 lib/Mojo/Asset/File.pm                   |   2 +-
 lib/Mojo/Base.pm                         |   4 +-
 lib/Mojo/ByteStream.pm                   |   3 +-
 lib/Mojo/Collection.pm                   |  11 +-
 lib/Mojo/DOM.pm                          |  20 +-
 lib/Mojo/DOM/CSS.pm                      |  55 +--
 lib/Mojo/JSON.pm                         |   3 +-
 lib/Mojo/Template.pm                     |  10 +-
 lib/Mojo/Transaction/HTTP.pm             |   5 +-
 lib/Mojo/Transaction/WebSocket.pm        | 105 +++--
 lib/Mojo/URL.pm                          |  27 +-
 lib/Mojo/UserAgent.pm                    |  40 +-
 lib/Mojolicious.pm                       |  50 ++-
 lib/Mojolicious/Command/get.pm           |  24 +-
 lib/Mojolicious/Controller.pm            |  34 +-
 lib/Mojolicious/Guides/Contributing.pod  |  10 +-
 lib/Mojolicious/Guides/Cookbook.pod      |  15 +-
 lib/Mojolicious/Guides/FAQ.pod           |   9 +-
 lib/Mojolicious/Guides/Growing.pod       |  10 +-
 lib/Mojolicious/Guides/Rendering.pod     |  47 ++-
 lib/Mojolicious/Lite.pm                  |   4 +-
 lib/Mojolicious/Plugin/DefaultHelpers.pm |  17 +-
 lib/Mojolicious/Plugin/TagHelpers.pm     |  17 +-
 lib/Mojolicious/Routes/Route.pm          |   2 +-
 lib/Mojolicious/Validator.pm             |   4 +-
 lib/Mojolicious/Validator/Validation.pm  |  48 ++-
 t/mojo/asset.t                           |  10 +-
 t/mojo/daemon.t                          |  32 --
 t/mojo/dom.t                             |  41 +-
 t/mojo/morbo.t                           |  32 ++
 t/mojo/url.t                             | 112 +-----
 t/mojo/websocket.t                       |  10 +-
 t/mojo/websocket_frames.t                |  27 ++
 t/mojolicious/app.t                      |   2 +-
 t/mojolicious/embedded_app.t             |   2 +-
 t/mojolicious/group_lite_app.t           |  10 +-
 t/mojolicious/lite_app.t                 |   2 +-
 t/mojolicious/ojo.t                      |   4 +-
 t/mojolicious/tag_helper_lite_app.t      |  17 +
 t/mojolicious/validation_lite_app.t      |  75 ++++
 t/mojolicious/websocket_lite_app.t       |  81 +++-
 t/pod_coverage.t                         |   2 +-
 47 files changed, 990 insertions(+), 735 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