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
|
Source: libplack-test-externalserver-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
libhttp-message-perl,
libplack-perl,
libtest-tcp-perl,
liburi-perl,
libwww-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-test-externalserver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-test-externalserver-perl.git
Homepage: https://metacpan.org/release/Plack-Test-ExternalServer
Testsuite: autopkgtest-pkg-perl
Package: libplack-test-externalserver-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
liburi-perl,
libwww-perl,
perl:any
Multi-Arch: foreign
Description: module for running HTTP tests on external live servers
Plack::Test::ExternalServer allows you to run your Plack::Test tests against
an external server instead of just against a local application through either
mocked HTTP or a locally spawned server.
.
See Plack::Test on how to write tests that can use this module.
|