[libdancer-perl] 01/06: Merge tag 'upstream/1.3202+dfsg'
gregor herrmann
gregoa at debian.org
Sun Nov 8 16:28:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdancer-perl.
commit f37de41180d9e533a84532042ffc82398e9c46cb
Merge: 7976313 533a56f
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Nov 8 17:18:22 2015 +0100
Merge tag 'upstream/1.3202+dfsg'
Upstream version 1.3202+dfsg
CONTRIBUTORS | 80 +-
Changes | 3640 ++++++++++++++-------------
LICENSE | 2 +-
MANIFEST | 4 +-
META.json | 234 +-
META.yml | 341 +--
Makefile.PL | 10 +-
README.mkdn | 4 +-
SIGNATURE | 258 +-
bin/dancer | 2 +-
cpanfile | 7 +
doap.xml | 468 ++--
lib/Dancer.pm | 4 +-
lib/Dancer/App.pm | 4 +-
lib/Dancer/Config.pm | 4 +-
lib/Dancer/Config/Object.pm | 4 +-
lib/Dancer/Continuation.pm | 4 +-
lib/Dancer/Continuation/Halted.pm | 4 +-
lib/Dancer/Continuation/Route.pm | 4 +-
lib/Dancer/Continuation/Route/ErrorSent.pm | 4 +-
lib/Dancer/Continuation/Route/FileSent.pm | 4 +-
lib/Dancer/Continuation/Route/Forwarded.pm | 4 +-
lib/Dancer/Continuation/Route/Passed.pm | 4 +-
lib/Dancer/Continuation/Route/Templated.pm | 4 +-
lib/Dancer/Cookbook.pod | 2 +-
lib/Dancer/Cookie.pm | 4 +-
lib/Dancer/Cookies.pm | 4 +-
lib/Dancer/Deployment.pod | 2 +-
lib/Dancer/Deprecation.pm | 4 +-
lib/Dancer/Development.pod | 2 +-
lib/Dancer/Development/Integration.pod | 2 +-
lib/Dancer/Engine.pm | 4 +-
lib/Dancer/Error.pm | 6 +-
lib/Dancer/Exception.pm | 4 +-
lib/Dancer/Exception/Base.pm | 4 +-
lib/Dancer/Factory/Hook.pm | 4 +-
lib/Dancer/FileUtils.pm | 4 +-
lib/Dancer/GetOpt.pm | 4 +-
lib/Dancer/HTTP.pm | 4 +-
lib/Dancer/Handler.pm | 4 +-
lib/Dancer/Handler/Debug.pm | 4 +-
lib/Dancer/Handler/PSGI.pm | 4 +-
lib/Dancer/Handler/Standalone.pm | 4 +-
lib/Dancer/Hook.pm | 4 +-
lib/Dancer/Hook/Properties.pm | 4 +-
lib/Dancer/Introduction.pod | 4 +-
lib/Dancer/Logger.pm | 4 +-
lib/Dancer/Logger/Abstract.pm | 9 +-
lib/Dancer/Logger/Capture.pm | 6 +-
lib/Dancer/Logger/Capture/Trap.pm | 4 +-
lib/Dancer/Logger/Console.pm | 4 +-
lib/Dancer/Logger/Diag.pm | 4 +-
lib/Dancer/Logger/File.pm | 4 +-
lib/Dancer/Logger/Note.pm | 4 +-
lib/Dancer/Logger/Null.pm | 4 +-
lib/Dancer/MIME.pm | 4 +-
lib/Dancer/ModuleLoader.pm | 4 +-
lib/Dancer/Object.pm | 4 +-
lib/Dancer/Object/Singleton.pm | 4 +-
lib/Dancer/Plugin.pm | 4 +-
lib/Dancer/Plugin/Ajax.pm | 4 +-
lib/Dancer/Plugins.pod | 2 +-
lib/Dancer/Policy.pod | 2 +-
lib/Dancer/Renderer.pm | 6 +-
lib/Dancer/Request.pm | 35 +-
lib/Dancer/Request/Upload.pm | 4 +-
lib/Dancer/Response.pm | 4 +-
lib/Dancer/Route.pm | 54 +-
lib/Dancer/Route/Cache.pm | 4 +-
lib/Dancer/Route/Registry.pm | 4 +-
lib/Dancer/Serializer.pm | 4 +-
lib/Dancer/Serializer/Abstract.pm | 4 +-
lib/Dancer/Serializer/Dumper.pm | 4 +-
lib/Dancer/Serializer/JSON.pm | 4 +-
lib/Dancer/Serializer/JSONP.pm | 4 +-
lib/Dancer/Serializer/Mutable.pm | 4 +-
lib/Dancer/Serializer/XML.pm | 4 +-
lib/Dancer/Serializer/YAML.pm | 4 +-
lib/Dancer/Session.pm | 4 +-
lib/Dancer/Session/Abstract.pm | 4 +-
lib/Dancer/Session/Simple.pm | 4 +-
lib/Dancer/Session/YAML.pm | 4 +-
lib/Dancer/SharedData.pm | 4 +-
lib/Dancer/Template.pm | 4 +-
lib/Dancer/Template/Abstract.pm | 4 +-
lib/Dancer/Template/Simple.pm | 4 +-
lib/Dancer/Template/TemplateToolkit.pm | 4 +-
lib/Dancer/Test.pm | 7 +-
lib/Dancer/Timer.pm | 4 +-
lib/Dancer/Tutorial.pod | 2 +-
t/00-compile.t | 10 +-
t/00-report-prereqs.dd | 8 +
t/00_base/06_dancer_object.t | 6 +-
t/00_base/12_utf8_charset.t | 1 +
t/00_base/16_version.t | 10 -
t/01_config/06_stack_trace.t | 4 +-
t/02_request/07_raw_data.t | 1 +
t/02_request/10_mixed_params.t | 1 +
t/02_request/13_ajax.t | 1 +
t/02_request/14_uploads.t | 58 +-
t/02_request/15_headers.t | 1 +
t/03_route_handler/04_wildcards_megasplat.t | 15 +-
t/03_route_handler/16_caching.t | 48 +-
t/03_route_handler/21_ajax.t | 2 +-
t/03_route_handler/29_forward.t | 4 +-
t/03_route_handler/33_vars.t | 2 +-
t/03_route_handler/34_forward_body_post.t | 2 +-
t/04_static_file/001_base.t | 4 +-
t/07_apphandlers/03_psgi_app.t | 2 +-
t/07_apphandlers/04_standalone_app.t | 1 +
t/07_apphandlers/05_middlewares.t | 3 +-
t/07_apphandlers/07_middleware_map.t | 3 +-
t/08_session/03_http_requests.t | 3 +-
t/08_session/07_session_expires.t | 1 +
t/08_session/13_session_httponly.t | 1 +
t/09_cookies/03_persistence.t | 3 +-
t/11_logger/unicode.t | 30 +
t/12_response/04_charset_server.t | 3 +
t/12_response/08_drop_content.t | 2 +-
t/14_serializer/06_api.t | 9 +-
t/14_serializer/17_clear_serializer.t | 1 +
t/15_plugins/07_ajax_plack_builder.t | 2 +-
t/19_dancer/01_script.t | 2 +-
t/21_dependents/Dancer-Session-Cookie.t | 4 +
t/23_dancer_tests/01_basic.t | 7 +-
t/lib/TestApp.pm | 2 +-
t/manifest.t | 11 -
xt/release/pause-permissions.t | 13 +
128 files changed, 2952 insertions(+), 2772 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-perl.git
More information about the Pkg-perl-cvs-commits
mailing list