1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: libtest-www-mechanize-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Peter Pentchev <roam@ringlet.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libcarp-assert-more-perl,
libcgi-pm-perl,
libhtml-form-perl,
libhtml-lint-perl,
libhtml-parser-perl,
libhttp-server-simple-perl,
libtest-longstring-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
liburi-perl,
libwww-mechanize-perl,
libwww-perl,
netbase
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-perl.git
Homepage: https://metacpan.org/release/Test-WWW-Mechanize
Package: libtest-www-mechanize-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libcarp-assert-more-perl,
libhtml-form-perl,
libhtml-parser-perl,
libhttp-server-simple-perl,
libtest-longstring-perl,
liburi-perl,
libwww-mechanize-perl,
libwww-perl
Recommends: libhtml-lint-perl
Description: module for testing web applications
Test::WWW::Mechanize is a Perl module framework for testing web applications.
It extends the functionality of WWW::Mechanize (see libwww-mechanize-perl) by
subclassing it, providing additional features for testing web applications.
In particular, it provides much nicer diagnostics upon failure.
|