[libmojolicious-perl] 02/09: Merge tag 'upstream/6.62+dfsg'
dod at debian.org
dod at debian.org
Thu May 26 17:12:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libmojolicious-perl.
commit ec5acd285b6f44faf4305b5ca842a602443ffe13
Merge: dcb3f1a 2af9a9a
Author: Dominique Dumont <dod at debian.org>
Date: Thu May 26 13:41:09 2016 +0200
Merge tag 'upstream/6.62+dfsg'
Upstream version 6.62+dfsg
# gpg: Signature made Thu 26 May 2016 01:41:05 PM CEST using RSA key ID 49AB2B6C
# gpg: Good signature from "Dominique Dumont <domi.dumont at free.fr>"
# gpg: aka "Dominique Dumont (CPAN) <ddumont at cpan.org>"
# gpg: aka "Dominique Dumont (HP-SEA) <dominique.dumont at hp.com>"
# gpg: aka "Dominique Dumont (Debian) <dod at debian.org>"
# gpg: aka "Dominique Dumont <dod at debian.org>"
# gpg: aka "Dominique Dumont <dod38fr at googlemail.com>"
.perltidyrc | 2 +-
CONTRIBUTING.md | 1 -
Changes | 1375 +++++---------------
MANIFEST | 49 +-
META.json | 15 +-
META.yml | 13 +-
Makefile.PL | 28 +-
README.md | 28 +-
examples/connect-proxy.pl | 35 +-
examples/microhttpd.pl | 3 -
lib/Mojo.pm | 16 +-
lib/Mojo/Asset.pm | 2 +-
lib/Mojo/Asset/File.pm | 25 +-
lib/Mojo/Asset/Memory.pm | 16 +-
lib/Mojo/Base.pm | 35 +-
lib/Mojo/ByteStream.pm | 2 +-
lib/Mojo/Cache.pm | 2 +-
lib/Mojo/Collection.pm | 82 +-
lib/Mojo/Content.pm | 39 +-
lib/Mojo/Content/MultiPart.pm | 6 +-
lib/Mojo/Content/Single.pm | 4 +-
lib/Mojo/Cookie.pm | 4 +-
lib/Mojo/Cookie/Request.pm | 4 +-
lib/Mojo/Cookie/Response.pm | 9 +-
lib/Mojo/DOM.pm | 208 ++-
lib/Mojo/DOM/CSS.pm | 118 +-
lib/Mojo/DOM/HTML.pm | 27 +-
lib/Mojo/Date.pm | 7 +-
lib/Mojo/EventEmitter.pm | 2 +-
lib/Mojo/Exception.pm | 167 +--
lib/Mojo/Headers.pm | 176 +--
lib/Mojo/HelloWorld.pm | 2 +-
lib/Mojo/Home.pm | 60 +-
lib/Mojo/IOLoop.pm | 97 +-
lib/Mojo/IOLoop/Client.pm | 33 +-
lib/Mojo/IOLoop/Delay.pm | 36 +-
lib/Mojo/IOLoop/Server.pm | 61 +-
lib/Mojo/IOLoop/Stream.pm | 17 +-
lib/Mojo/IOLoop/{certs => resources}/server.crt | 0
lib/Mojo/IOLoop/{certs => resources}/server.key | 0
lib/Mojo/JSON.pm | 37 +-
lib/Mojo/JSON/Pointer.pm | 10 +-
lib/Mojo/Loader.pm | 23 +-
lib/Mojo/Log.pm | 56 +-
lib/Mojo/Message.pm | 10 +-
lib/Mojo/Message/Request.pm | 99 +-
lib/Mojo/Message/Response.pm | 21 +-
lib/Mojo/Parameters.pm | 15 +-
lib/Mojo/Path.pm | 6 +-
lib/Mojo/Reactor.pm | 6 +-
lib/Mojo/Reactor/EV.pm | 2 +-
lib/Mojo/Reactor/Poll.pm | 10 +-
lib/Mojo/Server.pm | 11 +-
lib/Mojo/Server/CGI.pm | 7 +-
lib/Mojo/Server/Daemon.pm | 193 +--
lib/Mojo/Server/Hypnotoad.pm | 48 +-
lib/Mojo/Server/Morbo.pm | 68 +-
lib/Mojo/Server/PSGI.pm | 11 +-
lib/Mojo/Server/Prefork.pm | 46 +-
lib/Mojo/Template.pm | 353 ++---
lib/Mojo/Transaction.pm | 111 +-
lib/Mojo/Transaction/HTTP.pm | 76 +-
lib/Mojo/Transaction/WebSocket.pm | 452 ++-----
lib/Mojo/URL.pm | 33 +-
lib/Mojo/Upload.pm | 11 +-
lib/Mojo/UserAgent.pm | 237 ++--
lib/Mojo/UserAgent/CookieJar.pm | 41 +-
lib/Mojo/UserAgent/Proxy.pm | 12 +-
lib/Mojo/UserAgent/Server.pm | 2 +-
lib/Mojo/UserAgent/Transactor.pm | 47 +-
lib/Mojo/Util.pm | 259 ++--
lib/Mojo/WebSocket.pm | 284 ++++
lib/Mojolicious.pm | 123 +-
lib/Mojolicious/Command.pm | 2 +-
lib/Mojolicious/Command/cgi.pm | 13 +-
lib/Mojolicious/Command/cpanify.pm | 5 +-
lib/Mojolicious/Command/daemon.pm | 13 +-
lib/Mojolicious/Command/eval.pm | 12 +-
lib/Mojolicious/Command/generate.pm | 5 +-
lib/Mojolicious/Command/generate/app.pm | 15 +-
lib/Mojolicious/Command/generate/lite_app.pm | 10 +-
lib/Mojolicious/Command/generate/makefile.pm | 9 +-
lib/Mojolicious/Command/generate/plugin.pm | 12 +-
lib/Mojolicious/Command/get.pm | 37 +-
lib/Mojolicious/Command/inflate.pm | 13 +-
lib/Mojolicious/Command/prefork.pm | 28 +-
lib/Mojolicious/Command/psgi.pm | 15 +-
lib/Mojolicious/Command/routes.pm | 18 +-
lib/Mojolicious/Command/test.pm | 3 +-
lib/Mojolicious/Command/version.pm | 9 +-
lib/Mojolicious/Commands.pm | 16 +-
lib/Mojolicious/Controller.pm | 118 +-
lib/Mojolicious/Guides.pod | 46 +-
lib/Mojolicious/Guides/Contributing.pod | 153 ++-
lib/Mojolicious/Guides/Cookbook.pod | 125 +-
lib/Mojolicious/Guides/FAQ.pod | 50 +-
lib/Mojolicious/Guides/Growing.pod | 89 +-
lib/Mojolicious/Guides/Rendering.pod | 329 ++---
lib/Mojolicious/Guides/Routing.pod | 120 +-
lib/Mojolicious/Guides/Tutorial.pod | 73 +-
lib/Mojolicious/Lite.pm | 14 +-
lib/Mojolicious/Plugin.pm | 2 +-
lib/Mojolicious/Plugin/Charset.pm | 2 +-
lib/Mojolicious/Plugin/Config.pm | 16 +-
lib/Mojolicious/Plugin/DefaultHelpers.pm | 57 +-
lib/Mojolicious/Plugin/EPLRenderer.pm | 42 +-
lib/Mojolicious/Plugin/EPRenderer.pm | 58 +-
lib/Mojolicious/Plugin/HeaderCondition.pm | 6 +-
lib/Mojolicious/Plugin/JSONConfig.pm | 4 +-
lib/Mojolicious/Plugin/Mount.pm | 9 +-
lib/Mojolicious/Plugin/PODRenderer.pm | 20 +-
lib/Mojolicious/Plugin/TagHelpers.pm | 102 +-
lib/Mojolicious/Plugins.pm | 2 +-
lib/Mojolicious/Renderer.pm | 205 ++-
lib/Mojolicious/Routes.pm | 31 +-
lib/Mojolicious/Routes/Match.pm | 2 +-
lib/Mojolicious/Routes/Pattern.pm | 99 +-
lib/Mojolicious/Routes/Route.pm | 75 +-
lib/Mojolicious/Sessions.pm | 6 +-
lib/Mojolicious/Static.pm | 54 +-
lib/Mojolicious/Types.pm | 4 +-
lib/Mojolicious/Validator.pm | 46 +-
lib/Mojolicious/Validator/Validation.pm | 53 +-
lib/Mojolicious/{ => resources}/public/favicon.ico | Bin
.../{ => resources}/public/mojo/failraptor.png | Bin
.../{ => resources}/public/mojo/logo-black.png | Bin
.../{ => resources}/public/mojo/logo-white.png | Bin
.../{ => resources}/public/mojo/noraptor.png | Bin
.../{ => resources}/public/mojo/notfound.png | Bin
.../{ => resources}/public/mojo/pinstripe-dark.png | Bin
.../public/mojo/pinstripe-light.png | Bin
.../public/mojo/prettify/prettify-mojo-dark.css | 0
.../public/mojo/prettify/prettify-mojo-light.css | 0
.../{ => resources}/public/mojo/stripes.png | Bin
.../templates/mojo/debug.html.ep} | 4 +-
.../templates/mojo}/exception.html.ep | 0
.../templates/mojo/menubar.html.ep} | 16 +-
.../templates/mojo}/not_found.html.ep | 0
.../templates/mojo}/perldoc.html.ep | 25 +-
lib/Test/Mojo.pm | 30 +-
lib/ojo.pm | 12 +-
script/hypnotoad | 2 +-
script/mojo | 5 +-
script/morbo | 4 +-
t/mojo/asset.t | 2 +-
t/mojo/bytestream.t | 4 +-
t/mojo/certs/domain.crt | 12 +
t/mojo/certs/domain.key | 15 +
t/mojo/collection.t | 15 +-
t/mojo/content.t | 3 +-
t/mojo/cookie.t | 26 +-
t/mojo/cookiejar.t | 161 +--
t/mojo/daemon.t | 68 +-
t/mojo/daemon_ipv6_tls.t | 144 ++
t/mojo/date.t | 4 +-
t/mojo/dom.t | 228 ++--
t/mojo/exception.t | 91 ++
t/mojo/headers.t | 17 +-
t/mojo/home.t | 49 +-
t/mojo/hypnotoad.t | 28 +-
t/mojo/ioloop.t | 55 +-
t/mojo/ioloop_tls.t | 4 +-
t/mojo/json.t | 23 +-
t/mojo/json_pointer.t | 38 +-
t/mojo/lib/Mojo/.hidden.txt | 0
t/mojo/lib/Mojo/.test/hidden.txt | 0
t/mojo/loader.t | 9 +-
t/mojo/log.t | 48 +-
t/mojo/morbo.t | 25 +-
t/mojo/parameters.t | 5 +-
t/mojo/path.t | 10 +-
t/mojo/prefork.t | 34 +-
t/mojo/proxy.t | 12 +-
t/mojo/psgi.t | 8 +-
t/mojo/reactor_ev.t | 5 +-
t/mojo/reactor_poll.t | 5 +-
t/mojo/request.t | 77 +-
t/mojo/request_cgi.t | 352 ++---
t/mojo/response.t | 24 +-
t/mojo/template.t | 64 +-
t/mojo/transactor.t | 363 +++---
t/mojo/url.t | 50 +-
t/mojo/user_agent.t | 43 +-
t/mojo/user_agent_online.t | 43 +-
t/mojo/user_agent_socks.t | 10 +
t/mojo/user_agent_tls.t | 12 +-
t/mojo/util.t | 88 +-
t/mojo/websocket.t | 20 +-
t/mojo/websocket_frames.t | 205 +--
t/mojo/websocket_proxy.t | 32 +-
t/mojo/websocket_proxy_tls.t | 37 +-
t/mojolicious/app.t | 46 +-
t/mojolicious/charset_lite_app.t | 7 +-
t/mojolicious/command.t | 4 +-
t/mojolicious/commands.t | 18 +-
t/mojolicious/dispatch.t | 11 +-
t/mojolicious/dispatcher_lite_app.t | 3 +-
t/mojolicious/embedded_app.t | 8 +-
t/mojolicious/embedded_lite_app.t | 19 +-
t/mojolicious/exception_lite_app.t | 19 +-
t/mojolicious/external/myapp2.pl | 3 +-
t/mojolicious/external/script/my_app | 2 +-
t/mojolicious/group_lite_app.t | 24 +-
t/mojolicious/json_config_lite_app.t | 10 +-
t/mojolicious/layouted_lite_app.t | 74 +-
t/mojolicious/lib/MojoliciousTest/Foo.pm | 4 +-
t/mojolicious/lib/MojoliciousTest/PODTest.pm | 21 +
t/mojolicious/lite_app.t | 68 +-
t/mojolicious/longpolling_lite_app.t | 229 +---
t/mojolicious/ojo.t | 9 +-
t/mojolicious/pattern.t | 37 +-
t/mojolicious/pod_renderer_lite_app.t | 74 +-
t/mojolicious/production_app.t | 25 +-
t/mojolicious/renderer.t | 3 +-
t/mojolicious/restful_lite_app.t | 62 +-
t/mojolicious/routes.t | 65 +-
t/mojolicious/static_lite_app.t | 42 +-
t/mojolicious/tag_helper_lite_app.t | 76 +-
t/mojolicious/templates/exception.html.epl | 2 +-
t/mojolicious/testing_app.t | 2 +-
t/mojolicious/types.t | 12 +-
t/mojolicious/upload_lite_app.t | 7 +-
t/mojolicious/validation_lite_app.t | 65 +-
t/mojolicious/websocket_lite_app.t | 37 +-
t/pod_coverage.t | 11 +-
225 files changed, 6106 insertions(+), 5432 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