File: control

package info (click to toggle)
libanyevent-connector-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 175; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,115 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
Source: libanyevent-connector-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libanyevent-perl,
                     libtest-simple-perl,
                     libtest-tcp-perl,
                     liburi-perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-connector-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-connector-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Connector
Rules-Requires-Root: no

Package: libanyevent-connector-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl,
         liburi-perl
Description: tcp_connect with transparent proxy handling
 AnyEvent::Connector object has tcp_connect method compatible with that from
 AnyEvent::Socket, and it handles proxy settings transparently.