[libdancer2-perl] branch master updated (6c34177 -> d460492)
gregor herrmann
gregoa at debian.org
Sun Jun 18 15:06:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdancer2-perl.
from 6c34177 update WAITS-FOR
adds 4e0ef96 Revert "Consistency for TemplateToolkit config"
adds 1620911 reflect change
adds 8c957ac Merge branch 'fix/gh-1307-revert-pr-1250-tt-breakage'
adds e59b497 v0.204004
adds df13d6b add example of setting a title
adds 96092e2 sort
adds 92ccfb5 reflect changes
adds da004bb Merge branch 'title_example'
adds 8b3a15c Adjust dist.ini to set build_requires for ExtUtils::MakeMaker #1315
adds 1e4d74f reflect change
adds 3f88a04 Merge branch 'devel/mm-mini-1375'
adds 0d73cac Add support for the SameSite cookie attribute
adds 211f871 reflect changes
adds c7ceb2e Merge branch 'feature/same-site-cookie'
adds 5f1c2f8 Fix broken link to send_file
adds 4dc2860 reflect changes
adds 81dc9db Merge branch 'doc/fix-broken-link-to-send_file'
adds a2c7ed2 Test & support multi-value cookies under XS
adds 5d31572 reflect changes
adds 9b1c6c9 Merge branch 'feature/multi-level-cookies-xscookies'
adds f04c040 minor typo fixes
adds 4dc8150 reflect changes
adds e827c79 Merge branch 'docs/garu-fixes'
adds 92a1bb7 Document query string parameters in uri_for
adds bb09d04 Incorportate corrections and improvements @racke suggested
adds 8f3766b reflect changes
adds 022d3f1 Merge branch 'pr/uri_for_doc'
adds e4c22ea Type;:Tiny dep + XS and MooX::TypeTiny suggestions
adds 70cbf5f switch Dancer2 types back to Type::Tiny
adds 5dfcf46 update tests for Type::Tiny
adds 42b9240 mention Type;:Tiny speedup modules in Migration doc
adds 131fd09 update tests for SameSite cookie attribute for Type::Tiny
adds f937006 reflect changes
adds 7fccc24 Merge branch 'feature/type_tiny'
adds c2ee710 fix serializers not honouring config in send_as
adds 815b8f7 reflect changes
adds c9c36ad Merge branch 'fix-send-as'
adds 5d12263 Fix in _read_to_end
adds c6a59ae reflect changes
adds 4f83abd Merge branch 'fix-read-to-end'
adds 19cdc5f Test when SCRIPT_NAME is a prefix of the PATH_INFO
adds f607cb6 Deprecate request->dispatch_path
adds 2e11a84 Route match against request->path; remove dispatch_path from Manual
adds eb9cff1 Remove dispatch_path from test suite
adds b4b28cd reflect changes
adds 6a3753f Merge branch 'bugfix/deprecate_dispatch_path'
adds 0ed16b4 Remove dead code from file uploads example.
adds d261933 reflect changes
adds 9b48368 Merge branch 'dead-code-in-manual-upload-example'
adds 8c41b36 Docs: Mention that HTTP::XSCookies will boost performance, thanks to gh #1117
adds a1bcce8 In Migration Manual, note changes to sessions
adds 1a80356 Plack Middleware in config not implemented
adds 848e117 Some methods no longer exist on Templating Engine
adds e8ef531 Migration Manual should note that keywords cannot be called explicitly
adds 1cef095 Leading slash is permitted but means something special. Affects TT2 only.
adds 8f0a3bb In migration, point to Plack::Builder rather than app.psgi per @xsawyerx
adds 3b3a22b Migration manual: Strictly keywords can be called explicitly
adds a9a0449 Note config->{appdir} per @xsawyerx
adds 210acde Add back a change I accidentally rebased out.
adds 86b2b66 reflect changes
adds 493f827 Merge branch 'docs/migration-manual'
adds 47640e6 add builder {} examples to skel/+app.psgi
adds 71ffdfa add some info about running "dancer2 gen" in a dev environment
adds 646179d reflect changes
adds 9484fce Merge branch 'master-add-middleware-examples-to-scaffolder'
adds aaa2695 Do not try to set the EVAL_SHIM if it was set before
adds 6e6cceb Handle removal of dot in @INC in any situation
adds 0669a0a Add preliminary prepare_app with guard:
adds b7a7091 reflect changes
adds c17e5b5 Merge branch 'feature/prepare_app'
adds ee597b8 v0.205000
adds 08267b6 New upstream version 0.205000+dfsg
new ddf7674 Updated version 0.205000+dfsg from 'upstream/0.205000+dfsg'
new cfceb08 Update debian/changelog
new b9da770 fix version in d/changelog
new 0d56442 Refresh remove-eumm-version-req.patch (offset).
new 73951e2 Update (build) dependencies.
new 6dd4ba0 Add a patch to fix a typo in the documentation.
new d460492 releasing package libdancer2-perl version 0.205000+dfsg-1
The 7 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 | 37 +++++++
GitGuide.md | 18 +++
MANIFEST | 1 +
META.json | 129 ++++++++++++----------
META.yml | 124 +++++++++++----------
Makefile.PL | 13 ++-
cpanfile | 6 +-
debian/changelog | 12 +-
debian/control | 12 +-
debian/patches/remove-eumm-version-req.patch | 13 ++-
debian/patches/series | 1 +
debian/patches/spelling.patch | 18 +++
lib/Dancer2.pm | 7 +-
lib/Dancer2/CLI.pm | 4 +-
lib/Dancer2/CLI/Command/gen.pm | 4 +-
lib/Dancer2/CLI/Command/version.pm | 4 +-
lib/Dancer2/Config.pod | 2 +-
lib/Dancer2/Cookbook.pod | 6 +-
lib/Dancer2/Core.pm | 4 +-
lib/Dancer2/Core/App.pm | 25 ++++-
lib/Dancer2/Core/Cookie.pm | 30 +++--
lib/Dancer2/Core/DSL.pm | 4 +-
lib/Dancer2/Core/Dispatcher.pm | 4 +-
lib/Dancer2/Core/Error.pm | 4 +-
lib/Dancer2/Core/Factory.pm | 4 +-
lib/Dancer2/Core/HTTP.pm | 4 +-
lib/Dancer2/Core/Hook.pm | 4 +-
lib/Dancer2/Core/MIME.pm | 4 +-
lib/Dancer2/Core/Request.pm | 27 +----
lib/Dancer2/Core/Request/Upload.pm | 4 +-
lib/Dancer2/Core/Response.pm | 4 +-
lib/Dancer2/Core/Response/Delayed.pm | 4 +-
lib/Dancer2/Core/Role/ConfigReader.pm | 4 +-
lib/Dancer2/Core/Role/DSL.pm | 4 +-
lib/Dancer2/Core/Role/Engine.pm | 4 +-
lib/Dancer2/Core/Role/Handler.pm | 4 +-
lib/Dancer2/Core/Role/HasLocation.pm | 4 +-
lib/Dancer2/Core/Role/Hookable.pm | 4 +-
lib/Dancer2/Core/Role/Logger.pm | 4 +-
lib/Dancer2/Core/Role/Serializer.pm | 4 +-
lib/Dancer2/Core/Role/SessionFactory.pm | 4 +-
lib/Dancer2/Core/Role/SessionFactory/File.pm | 4 +-
lib/Dancer2/Core/Role/StandardResponses.pm | 4 +-
lib/Dancer2/Core/Role/Template.pm | 5 +-
lib/Dancer2/Core/Route.pm | 6 +-
lib/Dancer2/Core/Runner.pm | 4 +-
lib/Dancer2/Core/Session.pm | 4 +-
lib/Dancer2/Core/Time.pm | 4 +-
lib/Dancer2/Core/Types.pm | 124 ++++++---------------
lib/Dancer2/FileUtils.pm | 4 +-
lib/Dancer2/Handler/AutoPage.pm | 4 +-
lib/Dancer2/Handler/File.pm | 4 +-
lib/Dancer2/Logger/Capture.pm | 4 +-
lib/Dancer2/Logger/Capture/Trap.pm | 4 +-
lib/Dancer2/Logger/Console.pm | 4 +-
lib/Dancer2/Logger/Diag.pm | 4 +-
lib/Dancer2/Logger/File.pm | 4 +-
lib/Dancer2/Logger/Note.pm | 4 +-
lib/Dancer2/Logger/Null.pm | 4 +-
lib/Dancer2/Manual.pod | 32 ++++--
lib/Dancer2/Manual/Deployment.pod | 2 +-
lib/Dancer2/Manual/Migration.pod | 95 +++++++++++++++-
lib/Dancer2/Manual/Testing.pod | 2 +-
lib/Dancer2/Plugin.pm | 4 +-
lib/Dancer2/Plugins.pod | 2 +-
lib/Dancer2/Policy.pod | 2 +-
lib/Dancer2/Serializer/Dumper.pm | 4 +-
lib/Dancer2/Serializer/JSON.pm | 4 +-
lib/Dancer2/Serializer/Mutable.pm | 4 +-
lib/Dancer2/Serializer/YAML.pm | 4 +-
lib/Dancer2/Session/Simple.pm | 4 +-
lib/Dancer2/Session/YAML.pm | 4 +-
lib/Dancer2/Template/Implementation/ForkedTiny.pm | 4 +-
lib/Dancer2/Template/Simple.pm | 4 +-
lib/Dancer2/Template/TemplateToolkit.pm | 32 +++---
lib/Dancer2/Template/Tiny.pm | 4 +-
lib/Dancer2/Test.pm | 4 +-
lib/Dancer2/Tutorial.pod | 2 +-
script/dancer2 | 2 +-
share/skel/bin/+app.psgi | 43 ++++++++
share/skel/config.yml | 5 +-
share/skel/lib/AppFile.pm | 2 +-
share/skel/views/layouts/main.tt | 2 +-
t/00-report-prereqs.dd | 13 ++-
t/author-no-tabs.t | 1 +
t/cookie.t | 28 +++++
t/dsl/halt.t | 2 +-
t/dsl/halt_with_param.t | 2 +-
t/dsl/path.t | 17 ++-
t/dsl/send_as.t | 30 +++++
t/forward_before_hook.t | 4 +-
t/issues/gh-1098.t | 14 ++-
t/issues/gh-944.t | 2 +-
t/lib/App1.pm | 1 +
t/lib/App2.pm | 1 +
t/plugin_multiple_apps.t | 1 +
t/prepare_app.t | 57 ++++++++++
t/request.t | 16 +--
t/route-pod-coverage/route-pod-coverage.t | 1 +
t/shared_engines.t | 1 +
t/types.t | 30 ++---
101 files changed, 795 insertions(+), 461 deletions(-)
create mode 100644 debian/patches/spelling.patch
create mode 100644 t/prepare_app.t
--
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