This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcgi-untaint-perl.
commit 04ed5f971ab0fd9a83f8d99800b598f7b1ebfb54 Author: gregor herrmann <[email protected]> Date: Mon Aug 11 18:00:42 2014 +0200 Improve short and long description. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b9728bc..ff7e1e4 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl -Description: Process CGI input parameters +Description: module to process CGI input parameters Dealing with large web based applications with multiple forms is a minefield. It's often hard enough to ensure you validate all your input at all, without having to worry about doing it in a consistent @@ -26,7 +26,7 @@ Description: Process CGI input parameters them in many different places. And, if you want to operate taint-safe, then you're just adding even more headaches. . - This module provides a simple, convenient, abstracted and extensible + CGI::Untaint provides a simple, convenient, abstracted and extensible manner for validating and untainting the input from web forms. . You simply create a handler with a hash of your parameters (usually -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-untaint-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
