[libcatalyst-perl] branch master updated (c433e35 -> 77ac148)
Florian Schlichting
fsfs at moszumanska.debian.org
Mon Dec 23 21:37:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libcatalyst-perl.
from c433e35 update changelog, add TODO about new dependencies
adds 6e7f95f Imported Upstream version 5.90053
new 0ea4b0d Merge tag 'upstream/5.90053'
new d12af56 Import Upstream version 5.90053
new dd0f93d use CGI::Struct::XS instead of CGI::Struct
new b9e34f4 swap the order of the Encode dependency alternatives
new 16f71e9 Drop versions on dependencies satisfied in oldstable
new 77ac148 update changelog for release
The 6 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 | 29 +++++++++++++
MANIFEST | 10 +++++
META.yml | 2 +-
debian/changelog | 13 +++---
debian/control | 42 ++++++++----------
lib/Catalyst.pm | 50 +++++++++++++---------
lib/Catalyst/Delta.pod | 45 +++++++++++++++++++
lib/Catalyst/Engine.pm | 7 +--
lib/Catalyst/Response.pm | 10 ++++-
lib/Catalyst/Runtime.pm | 2 +-
lib/Catalyst/Utils.pm | 2 +
t/bad_middleware_error.t | 16 +++++++
t/lib/TestMiddlewareFromConfig.pm | 10 +++++
.../Controller/Root.pm | 2 +-
.../Custom.pm | 2 +-
.../share/static/forced.txt | 0
.../share/static/message.txt | 0
.../share/static2/message2.txt | 0
.../share/static3/message3.txt | 0
.../testmiddlewarefromconfig.pl} | 23 +++-------
...lack-middleware.t => plack-middleware-config.t} | 5 ++-
21 files changed, 193 insertions(+), 77 deletions(-)
create mode 100644 t/bad_middleware_error.t
create mode 100644 t/lib/TestMiddlewareFromConfig.pm
copy t/lib/{TestMiddleware => TestMiddlewareFromConfig}/Controller/Root.pm (80%)
copy t/lib/{TestMiddleware => TestMiddlewareFromConfig}/Custom.pm (63%)
copy t/lib/{TestMiddleware => TestMiddlewareFromConfig}/share/static/forced.txt (100%)
copy t/lib/{TestMiddleware => TestMiddlewareFromConfig}/share/static/message.txt (100%)
copy t/lib/{TestMiddleware => TestMiddlewareFromConfig}/share/static2/message2.txt (100%)
copy t/lib/{TestMiddleware => TestMiddlewareFromConfig}/share/static3/message3.txt (100%)
copy t/lib/{TestMiddleware.pm => TestMiddlewareFromConfig/testmiddlewarefromconfig.pl} (51%)
copy t/{plack-middleware.t => plack-middleware-config.t} (87%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-perl.git
More information about the Pkg-perl-cvs-commits
mailing list