File: control

package info (click to toggle)
libtest-www-mechanize-psgi-perl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 5
  • sloc: perl: 146; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,143 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
28
29
30
Source: libtest-www-mechanize-psgi-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper,
 dh-buildinfo,
 libplack-perl,
 libtest-www-mechanize-perl,
 libtry-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-www-mechanize-psgi-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-www-mechanize-psgi-perl.git
Homepage: http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/

Package: libtest-www-mechanize-psgi-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: test PSGI programs using WWW::Mechanize
 PSGI is a specification to decouple web server environments from web
 application framework code.
 .
 Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
 features for web application testing. The Test::WWW::Mechanize::PSGI
 module meshes the two to allow easy testing of PSGI applications.