[libdancer2-perl] branch master updated (db2234a -> 3246e5b)
Nuno Carvalho
smash at cpan.org
Tue Jul 26 13:24:32 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 db2234a releasing package libdancer2-perl version 0.200003+dfsg-1
adds c4eded1 Imported Upstream version 0.201000+dfsg
new 0ef6ac4 Merge tag 'upstream/0.201000+dfsg'
new 0d6904c Update patch
new 9493ba3 Update JSON packages in d/control
new 3246e5b New upstream release, ready for review
The 4 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 | 24 ++++
MANIFEST | 6 +-
META.json | 128 ++++++++++-----------
META.yml | 122 ++++++++++----------
Makefile.PL | 8 +-
debian/changelog | 9 ++
debian/control | 7 +-
debian/patches/remove-eumm-version-req.patch | 4 +-
lib/Dancer2.pm | 13 ++-
lib/Dancer2/CLI.pm | 4 +-
lib/Dancer2/CLI/Command/gen.pm | 6 +-
lib/Dancer2/CLI/Command/version.pm | 4 +-
lib/Dancer2/Config.pod | 2 +-
lib/Dancer2/Cookbook.pod | 2 +-
lib/Dancer2/Core.pm | 4 +-
lib/Dancer2/Core/App.pm | 4 +-
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 | 4 +-
lib/Dancer2/Core/Hook.pm | 4 +-
lib/Dancer2/Core/MIME.pm | 4 +-
lib/Dancer2/Core/Request.pm | 49 +++++++-
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 | 6 +-
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 | 8 +-
lib/Dancer2/Core/Role/Serializer.pm | 6 +-
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 | 6 +-
lib/Dancer2/Core/Route.pm | 4 +-
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 | 6 +-
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 | 33 +++---
lib/Dancer2/Manual/Deployment.pod | 2 +-
lib/Dancer2/Manual/Migration.pod | 2 +-
lib/Dancer2/Manual/Testing.pod | 2 +-
lib/Dancer2/Plugin.pm | 16 ++-
lib/Dancer2/Plugins.pod | 2 +-
lib/Dancer2/Policy.pod | 2 +-
lib/Dancer2/Serializer/Dumper.pm | 6 +-
lib/Dancer2/Serializer/JSON.pm | 15 +--
lib/Dancer2/Serializer/Mutable.pm | 4 +-
lib/Dancer2/Serializer/YAML.pm | 6 +-
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 | 2 +-
script/dancer2 | 2 +-
t/00-report-prereqs.dd | 6 +-
t/00-report-prereqs.t | 10 +-
t/author-no-tabs.t | 9 +-
.../FakeDancerDir/blib/bin/.exists | 0
.../FakeDancerDir/blib/lib/fakescript.pl | 0
t/deserialize.t | 6 +-
t/error.t | 2 +-
t/hooks.t | 2 +-
t/issues/gh-1098.t | 2 +-
t/issues/gh-1216/gh-1216.t | 19 +++
t/issues/gh-1216/lib/App.pm | 4 +
t/issues/gh-1216/lib/App/Extra.pm | 7 ++
t/issues/gh-1216/lib/Dancer2/Plugin/Null.pm | 4 +
t/issues/gh-797.t | 2 +-
t/plugin_syntax.t | 16 ++-
t/request_make_forward_to.t | 2 +-
t/serializer_json.t | 3 +-
t/serializer_mutable.t | 4 +-
93 files changed, 455 insertions(+), 325 deletions(-)
delete mode 100644 t/classes/Dancer2-Core-Role-HasLocation/FakeDancerDir/blib/bin/.exists
delete mode 100644 t/classes/Dancer2-Core-Role-HasLocation/FakeDancerDir/blib/lib/fakescript.pl
create mode 100644 t/issues/gh-1216/gh-1216.t
create mode 100644 t/issues/gh-1216/lib/App.pm
create mode 100644 t/issues/gh-1216/lib/App/Extra.pm
create mode 100644 t/issues/gh-1216/lib/Dancer2/Plugin/Null.pm
--
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