[libcatalyst-plugin-subrequest-perl] 02/06: update description
Damyan Ivanov
dmn at moszumanska.debian.org
Wed May 14 09:24:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libcatalyst-plugin-subrequest-perl.
commit 19ce1e28ef8a92c124b830bdcbf5ffac12790294
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed May 14 09:18:39 2014 +0000
update description
---
debian/control | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index b061a92..bf21934 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,16 @@ Package: libcatalyst-plugin-subrequest-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl (>= 5.9)
-Description: Make subrequests to actions in Catalyst
- Make subrequests to actions in Catalyst. Uses the catalyst dispatcher, so it
- will work like an external url call. Methods are provided both to get the
- body of the response and the full response (Catalyst::Response) object.
+Description: deprecated Catalist plugin for making subrequests to actions
+ Catalyst::Plugin::SubRequest is a Catalyst plugin for making subrequests to
+ actions. It uses the catalyst dispatcher, so it will work like an external
+ URL call. Methods are provided both to get the body of the response and the
+ full response (Catalyst::Response) object.
.
- This description was automagically extracted from the module by dh-make-perl.
+ From: https://rt.cpan.org/Public/Bug/Display.html?id=57544:
+ $c->visit() is a perfect substitute for Catalyst::Plugin::SubRequest and
+ works fine with content types, response headers, request headers, request
+ method, missing localization etc.
+ .
+ Catalyst is an elegant Model-View-Controller web application framework
+ written in Perl.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-subrequest-perl.git
More information about the Pkg-perl-cvs-commits
mailing list