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
|
Source: libtest-www-mechanize-catalyst-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
libcatalyst-modules-perl,
libcatalyst-perl,
libclass-load-perl (>= 0.19),
libmoose-perl,
libnamespace-clean-perl,
libtest-exception-perl,
libtest-pod-perl,
libtest-utf8-perl,
libtest-www-mechanize-perl,
libwww-mechanize-perl,
libwww-perl,
netbase
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-catalyst-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-www-mechanize-catalyst-perl.git
Homepage: https://metacpan.org/release/Test-WWW-Mechanize-Catalyst
Package: libtest-www-mechanize-catalyst-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcatalyst-perl,
libclass-load-perl (>= 0.19),
libmoose-perl,
libnamespace-clean-perl,
libtest-www-mechanize-perl,
libwww-mechanize-perl,
libwww-perl
Description: module for automated testing for Catalyst applications
Test::WWW::Mechanize::Catalyst is a Perl module that combines the well-known
Test::WWW::Mechanize module with the power of Catalyst. It allows developers
to easily test their Catalyst applications without starting up a web server;
in fact, this module works by passing the HTTP request object directly to
Catalyst.
|