[libdancer2-perl] branch master updated (1310b02 -> f1c0a8a)
Nuno Carvalho
smash at cpan.org
Tue Oct 11 14:35:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a change to branch master
in repository libdancer2-perl.
from 1310b02 releasing package libdancer2-perl version 0.203001+dfsg-1
adds 3cec547 New upstream version 0.204000+dfsg
new 3f139a3 Merge tag 'upstream/0.204000+dfsg'
new 142b174 Update remove-eumm-version-req.patch
new ef4ccab Update copyright information
new 12ebbde Add new dependencies for testing
new 830ed39 Add new runtime dependency
new 3ec96f1 Add new package to recommends
new e230f08 Update upstream contacts
new f1c0a8a New upstream release, ready for review
The 8 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 +++++
MANIFEST | 8 +
META.json | 141 ++++++++--------
META.yml | 127 ++++++++-------
Makefile.PL | 14 +-
cpanfile | 83 ++++++++++
debian/changelog | 16 ++
debian/control | 6 +-
debian/copyright | 5 +-
debian/patches/remove-eumm-version-req.patch | 23 +--
lib/Dancer2.pm | 5 +-
lib/Dancer2/CLI.pm | 4 +-
lib/Dancer2/CLI/Command/gen.pm | 8 +-
lib/Dancer2/CLI/Command/version.pm | 4 +-
lib/Dancer2/Config.pod | 54 +++++--
lib/Dancer2/Cookbook.pod | 2 +-
lib/Dancer2/Core.pm | 4 +-
lib/Dancer2/Core/App.pm | 187 +++++++++++++---------
lib/Dancer2/Core/Cookie.pm | 4 +-
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 | 9 +-
lib/Dancer2/Core/Hook.pm | 4 +-
lib/Dancer2/Core/MIME.pm | 4 +-
lib/Dancer2/Core/Request.pm | 63 +++++++-
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 | 33 +++-
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 | 4 +-
lib/Dancer2/Core/Route.pm | 9 +-
lib/Dancer2/Core/Runner.pm | 4 +-
lib/Dancer2/Core/Session.pm | 4 +-
lib/Dancer2/Core/Time.pm | 4 +-
lib/Dancer2/Core/Types.pm | 4 +-
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 | 16 +-
lib/Dancer2/Manual/Deployment.pod | 2 +-
lib/Dancer2/Manual/Migration.pod | 2 +-
lib/Dancer2/Manual/Testing.pod | 2 +-
lib/Dancer2/Plugin.pm | 6 +-
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 | 4 +-
lib/Dancer2/Template/Tiny.pm | 4 +-
lib/Dancer2/Test.pm | 4 +-
lib/Dancer2/Tutorial.pod | 10 +-
script/dancer2 | 2 +-
share/skel/Makefile.PL | 8 +-
share/skel/bin/+app.psgi | 4 +-
share/skel/config.yml | 2 +-
share/skel/cpanfile | 2 +-
share/skel/lib/AppFile.pm | 2 +-
share/skel/public/+dispatch.cgi | 2 +-
share/skel/public/+dispatch.fcgi | 2 +-
share/skel/t/001_base.t | 2 +-
share/skel/t/002_index_route.t | 4 +-
share/skel/views/index.tt | 6 +-
share/skel/views/layouts/main.tt | 2 +-
t/00-report-prereqs.dd | 25 ++-
t/author-no-tabs.t | 7 +
t/config2/config.yml | 9 ++
t/config2/config_local.yml | 4 +
t/config2/environments/lconfig.yml | 3 +
t/config2/environments/lconfig_local.yml | 3 +
t/config_reader.t | 36 +++++
t/disp_named_capture.t | 22 +++
t/dsl/send_as.t | 2 +-
t/dsl/send_file.t | 4 +-
t/forward_hmv_params.t | 57 +++++++
t/static_content.t | 30 ++++
100 files changed, 897 insertions(+), 411 deletions(-)
create mode 100644 cpanfile
create mode 100644 t/config2/config.yml
create mode 100644 t/config2/config_local.yml
create mode 100644 t/config2/environments/lconfig.yml
create mode 100644 t/config2/environments/lconfig_local.yml
create mode 100644 t/disp_named_capture.t
create mode 100644 t/forward_hmv_params.t
create mode 100644 t/static_content.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