File: control

package info (click to toggle)
liblwp-protocol-psgi-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 131; makefile: 2; sh: 1
file content (43 lines) | stat: -rw-r--r-- 1,463 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
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: liblwp-protocol-psgi-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 libcrypt-ssleay-perl | libio-socket-ssl-perl <!nocheck>,
 libmodule-build-tiny-perl,
 libplack-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libwww-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-protocol-psgi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-protocol-psgi-perl.git
Homepage: https://github.com/miyagawa/LWP-Protocol-PSGI
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: liblwp-protocol-psgi-perl
Architecture: all
Depends:
 libplack-perl,
 libwww-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 libcrypt-ssleay-perl | libio-socket-ssl-perl,
Description: override LWP's HTTP/HTTPS backend with your own PSGI application
 LWP::Protocol::PSGI is a module to hijack *any* code
 that uses LWP::UserAgent underneath
 such that any HTTP or HTTPS requests can be routed
 to your own PSGI application.
 .
 Because it works with any code that uses LWP,
 you can override various WWW::*, Net::* or WebService::* modules
 such as WWW::Mechanize,
 without modifying the calling code or its internals.
 .
 PSGI is a specification to decouple web server environments
 from web application framework code.