[libdancer2-perl] 01/05: Merge tag 'upstream/0.06+dfsg'
Nuno Carvalho
smash at cpan.org
Fri Aug 2 16:46:08 UTC 2013
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a commit to branch master
in repository libdancer2-perl.
commit 1d33386a17ecb648398e0bb03f49fb23394b24c3
Merge: 9c1ec90 6711257
Author: Nuno Carvalho <smash at cpan.org>
Date: Wed Jul 31 18:23:08 2013 +0100
Merge tag 'upstream/0.06+dfsg'
Upstream version 0.06+dfsg
AUTHORS | 46 +
Build.PL | 58 +-
Changes | 74 ++
MANIFEST | 64 +-
META.json | 147 +--
META.yml | 146 +--
Makefile.PL | 58 +-
README | 34 -
README.md | 29 +
TODO | 40 -
TODO-Documentation | 71 --
contrib/config.yml | 28 -
contrib/dsl.t | 148 ---
contrib/foo.pl | 6 -
contrib/lib/Bar.pm | 20 -
contrib/lib/Dancer/Plugin/Bar.pm | 21 -
contrib/lib/Dancer/Plugin/Foo.pm | 17 -
contrib/lib/Foo.pm | 37 -
contrib/lib/Pass.pm | 21 -
contrib/progress.pl | 109 --
contrib/public/foo.txt | 1 -
.../097748e3680af4d16d7c5f8b908ae225adc901f2.yml | 8 -
.../279a71e24ba290329472b4d70abe84ec2a2ab133.yml | 7 -
.../293e9b8984b01c69b9b6bcd99a459a0482eb0d43.yml | 5 -
.../68c6d06902f37ad0b99326e312e73403c1753832.yml | 8 -
.../79eeb26a331042440c0a322391caef9f012b127a.yml | 7 -
.../86bf6642f7b0b773eed6da4cecfa0c654c3efa2a.yml | 8 -
.../877de6f996d669a32361d780ed23de37e8ac20d9.yml | 8 -
.../a99a4f2f6d8eb1668e5dd38d5855b96495f34364.yml | 8 -
.../ae04be056b4a6daba848bde91058c01e92857c2a.yml | 7 -
.../d99cf2b7947929f54b73ae4756ad3f3b5f948eee.yml | 8 -
.../dca978311a4a9ef42b6e3c282840bd5108f40853.yml | 8 -
.../fa30efa836daf310623670d8a2f8d464b6c1a5c7.yml | 7 -
contrib/test.pl | 187 ---
contrib/views/index.tt | 6 -
contrib/views/test.tt | 1 -
contrib/views/tokens.tt | 6 -
cover.sh | 4 -
lib/Dancer2.pm | 100 +-
lib/Dancer2/Config.pod | 105 +-
lib/Dancer2/Cookbook.pod | 15 +-
lib/Dancer2/Core.pm | 6 +-
lib/Dancer2/Core/App.pm | 157 +--
lib/Dancer2/Core/Context.pm | 100 +-
lib/Dancer2/Core/Cookie.pm | 22 +-
lib/Dancer2/Core/DSL.pm | 234 ++--
lib/Dancer2/Core/Dispatcher.pm | 133 ++-
lib/Dancer2/Core/Error.pm | 125 +-
lib/Dancer2/Core/Factory.pm | 14 +-
lib/Dancer2/Core/HTTP.pm | 127 +++
lib/Dancer2/Core/Hook.pm | 10 +-
lib/Dancer2/Core/MIME.pm | 100 +-
lib/Dancer2/Core/Request.pm | 259 ++---
lib/Dancer2/Core/Request/Upload.pm | 33 +-
lib/Dancer2/Core/Response.pm | 102 +-
lib/Dancer2/Core/Role/Config.pm | 148 ++-
lib/Dancer2/Core/Role/DSL.pm | 40 +-
lib/Dancer2/Core/Role/Engine.pm | 10 +-
lib/Dancer2/Core/Role/Handler.pm | 10 +-
lib/Dancer2/Core/Role/Headers.pm | 14 +-
lib/Dancer2/Core/Role/Hookable.pm | 35 +-
lib/Dancer2/Core/Role/Logger.pm | 77 +-
lib/Dancer2/Core/Role/Serializer.pm | 19 +-
lib/Dancer2/Core/Role/Server.pm | 19 +-
lib/Dancer2/Core/Role/SessionFactory.pm | 65 +-
lib/Dancer2/Core/Role/SessionFactory/File.pm | 30 +-
lib/Dancer2/Core/Role/StandardResponses.pm | 26 +-
lib/Dancer2/Core/Role/Template.pm | 147 ++-
lib/Dancer2/Core/Route.pm | 142 +--
lib/Dancer2/Core/Runner.pm | 62 +-
lib/Dancer2/Core/Server/PSGI.pm | 7 +-
lib/Dancer2/Core/Server/Standalone.pm | 43 +-
lib/Dancer2/Core/Session.pm | 16 +-
lib/Dancer2/Core/Time.pm | 29 +-
lib/Dancer2/Core/Types.pm | 58 +-
lib/Dancer2/Deployment.pod | 6 +-
lib/Dancer2/Development.pod | 113 +-
lib/Dancer2/FileUtils.pm | 27 +-
lib/Dancer2/Handler/AutoPage.pm | 51 +-
lib/Dancer2/Handler/File.pm | 68 +-
lib/Dancer2/Logger/Capture.pm | 11 +-
lib/Dancer2/Logger/Capture/Trap.pm | 15 +-
lib/Dancer2/Logger/Console.pm | 10 +-
lib/Dancer2/Logger/Diag.pm | 11 +-
lib/Dancer2/Logger/File.pm | 76 +-
lib/Dancer2/Logger/Note.pm | 10 +-
lib/Dancer2/Logger/Null.pm | 7 +-
lib/Dancer2/Manual.pod | 70 +-
lib/Dancer2/Manual/DSL.pod | 1203 ++++++++++++++++++++
lib/Dancer2/Manual/Developers.pod | 163 ---
lib/Dancer2/Manual/Hooks.pod | 6 +-
lib/Dancer2/ModuleLoader.pm | 40 +-
lib/Dancer2/Plugin.pm | 163 ++-
lib/Dancer2/Plugin/Ajax.pm | 40 +-
lib/Dancer2/Plugins.pod | 6 +-
lib/Dancer2/Serializer/Dumper.pm | 12 +-
lib/Dancer2/Serializer/JSON.pm | 23 +-
lib/Dancer2/Serializer/YAML.pm | 13 +-
lib/Dancer2/Session/Simple.pm | 17 +-
lib/Dancer2/Session/YAML.pm | 13 +-
lib/Dancer2/Template/Implementation/ForkedTiny.pm | 40 +-
lib/Dancer2/Template/Simple.pm | 50 +-
lib/Dancer2/Template/TemplateToolkit.pm | 20 +-
lib/Dancer2/Template/Tiny.pm | 18 +-
lib/Dancer2/Test.pm | 212 ++--
lib/Dancer2/Tutorial.pod | 6 +-
progress.sh | 3 -
script/dancer2 | 53 +-
t/00-compile.t | 64 +-
t/00-report-prereqs.t | 61 +-
t/ajax_plugin.t | 6 +-
t/any.t | 10 +-
t/app.t | 24 +-
t/charset_server.t | 10 +-
t/config.t | 83 +-
t/config.yml | 3 +
t/config/config.yml | 3 +
t/config/environments/merging.yml | 3 +
t/config_app1.t | 4 +-
t/config_app2.t | 6 +-
t/config_app3.t | 4 +-
t/config_settings.t | 22 +-
t/context.t | 2 +-
t/context_trigger.t | 20 +-
t/cookie.t | 17 +-
t/corpus/static/1x1.png | Bin 0 -> 95 bytes
t/corpus/static/index.html | 10 +
t/dancer-test.t | 54 +-
t/deserialize.t | 39 +-
t/dispatcher.t | 24 +-
t/dsl.t | 2 +-
t/engine.t | 4 +-
t/error.t | 25 +-
t/factory.t | 4 +-
t/file_utils.t | 31 +-
t/forward.t | 41 +-
t/forward_test_tcp.t | 14 +-
t/handler_file.t | 41 +
t/hooks.t | 10 +-
t/http_methods.t | 11 +-
t/lib/DancerPlugin.pm | 21 +-
t/lib/FooPlugin.pm | 33 +-
t/lib/Hookee.pm | 2 +-
t/lib/MyDancerDSL.pm | 12 +-
t/lib/PluginWithImport.pm | 2 +-
t/lib/TestApp.pm | 18 +-
t/lib/TestPod.pm | 6 +-
t/logger.t | 13 +-
t/logger_console.t | 3 +-
t/mime.t | 34 +-
t/path_info.t | 6 +-
t/plugin_import.t | 2 +-
t/plugin_multiple_apps.t | 6 +-
t/plugin_register.t | 12 -
t/plugin_syntax.t | 38 +-
t/redirect.t | 37 +-
t/release-distmeta.t | 9 +-
t/release-no-tabs.t | 9 +-
t/release-pod-syntax.t | 9 +-
t/request.t | 44 +-
t/request_params.t | 30 +-
t/request_upload.t | 37 +-
t/response.t | 31 +-
t/roles/headers.t | 8 +-
t/roles/hook.t | 14 +-
t/roles/server.t | 10 +-
t/{ => route-pod-coverage}/route-pod-coverage.t | 2 +-
t/route.t | 84 +-
t/runner.t | 8 +-
t/serializer.t | 5 +-
t/serializer_json.t | 25 +
t/server.t | 12 +-
t/session_config.t | 15 +-
t/session_engines.t | 25 +-
t/session_lifecycle.t | 22 +-
t/session_object.t | 15 +-
.../430d43d41b4fd8d219caa64f63aef05e2d53dd19.yml | 2 -
.../6eb569bef4f9fb7c9e6f7fb5a4da0196bd10cb53.yml | 2 -
.../8faa63c2111a76090ba896e5f9718bcb6a5585bc.yml | 2 -
.../90fc6f63edb1ae5862beb1edeb245056e01c8302.yml | 2 -
t/sessions/USZUuEFZ8lwjE5VK9XmAUsWEpkbjJKTU.yml | 2 -
t/sessions/USZVsy5fy78HShBXOMYrpH7xzYelurCT.yml | 2 -
t/sessions/USnoyAYCJRgUCme48tv1j_PFGEFpW8FA.yml | 2 -
t/sessions/UXQF3dc-YAeVtnxSrF_R8G3P-rV5GSt2.yml | 2 -
t/sessions/UXQGFHwFChINjqeaF-od4GBFklxsH2R8.yml | 2 -
t/sessions/UXQGcjaeBryrfRwAMZarjM42wKD1Apfe.yml | 2 -
...a8.yml => Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml} | 0
.../a7e594f55071c9b02ce9869d9ffd9874313cef0f.yml | 2 -
.../a88a8aba55ad0cea3137210e3a79b99822351c97.yml | 2 -
.../a989c7b6b7e7d9308d29bef96b100e395baddd35.yml | 2 -
.../ded7bfe40031418f97c1ed7aff2d9878b078b9ee.yml | 2 -
t/shared_engines.t | 8 +-
t/splat.t | 2 +-
t/template.t | 25 +-
t/template_default_tokens.t | 2 +-
t/template_ext.t | 16 +-
t/template_tiny/02_trivial.t | 12 +-
t/template_tiny/03_samples.t | 30 +-
t/template_tiny/04_compat.t | 35 +-
t/template_tiny/05_preparse.t | 16 +-
t/time.t | 32 +-
t/types.t | 60 +-
t/uri_for.t | 4 +-
t/vars.t | 6 +-
tags | 502 --------
tidyall.ini | 5 -
xt/perlcritic.rc | 60 +
xt/perltidy.rc | 33 +
208 files changed, 4937 insertions(+), 3933 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list