File: control

package info (click to toggle)
libtest-http-server-simple-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 92 kB
  • ctags: 5
  • sloc: perl: 133; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download
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
Source: libtest-http-server-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           Antonio Radici <antonio@dyne.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libhttp-server-simple-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-http-server-simple-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-http-server-simple-perl.git
Homepage: https://metacpan.org/release/Test-HTTP-Server-Simple

Package: libtest-http-server-simple-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libhttp-server-simple-perl
Description: Test::More functions for HTTP::Server::Simple
 Test::HTTP::Server::Simple provides methods to test an 
 HTTP::Server::Simple-based web server. 
 Currently, it provides only one such method: started_ok.