[libcgi-test-perl] 03/05: Fixup package description

Axel Beckert abe at deuxchevaux.org
Mon Jan 11 00:37:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libcgi-test-perl.

commit e71cc9f83cd3045a9e10c56b37866d3a36b62527
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jan 11 01:26:12 2016 +0100

    Fixup package description
---
 debian/control | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9a55864..b7787bb 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,19 @@ Package: libcgi-test-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: CGI regression test framework
- (no description was found)
+ The CGI::Test framework is an answer to the CGI testing problem.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ It is very difficult to perform testing of complex CGI scripts, which
+ handle multiple states and screens, and where a session involves
+ multiple interactions with the form.  The offline testing mode of the
+ CGI perl module reaches its limit there.
+ .
+ Hence CGI::Test, which acts as a "server" for CGI scripts and can run
+ them offline, outside of any real web server.  The framework offers
+ the infrastructure to analyze the data generated by CGI scripts, extract
+ the various widget information, and gives programmatic control on them.
+ .
+ The framework can be used to easily "test" that the various expected
+ widget controls are there, without necessarily interacting with the
+ widgets.  You also have access to the raw HTML tree if you wish to
+ further inspect the generation.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-test-perl.git



More information about the Pkg-perl-cvs-commits mailing list