libcgi-test-perl 1.111-2 source package in Ubuntu

Changelog

libcgi-test-perl (1.111-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Set upstream metadata fields: .
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 15:14:48 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-test-perl_1.111-2.dsc 2.1 KiB af4ac73177278fc730efbf931713945a9ae10d3cbaca7d2fed2cb73902a6afa6
libcgi-test-perl_1.111.orig.tar.gz 50.5 KiB e4971bcfb779c2535ddbe4a3902ff4833bd54ae1c05890c2d04d6762a204f0b1
libcgi-test-perl_1.111-2.debian.tar.xz 2.2 KiB 8e0fe9ca603d84d4def421a4e3f807f48bd69f826647b87e2a379c0faf63b9d7

Available diffs

No changes file available.

Binary packages built by this source

libcgi-test-perl: CGI regression test framework

 The CGI::Test framework is an answer to the CGI testing problem.
 .
 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.