File: control

package info (click to toggle)
libhttp-tinyish-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 539; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,517 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
Source: libhttp-tinyish-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: curl <!nocheck>,
                     libfile-which-perl <!nocheck>,
                     libhttp-tiny-perl <!nocheck>,
                     libipc-run3-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     perl,
                     wget <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-tinyish-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-tinyish-perl.git
Homepage: https://metacpan.org/release/HTTP-Tinyish
Rules-Requires-Root: no

Package: libhttp-tinyish-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-which-perl,
         libhttp-tiny-perl,
         libipc-run3-perl
Recommends: libwww-perl
Suggests: curl,
          wget
Description: HTTP::Tiny compatible HTTP client wrappers
 HTTP::Tinyish is a wrapper module for HTTP client modules LWP, HTTP::Tiny and
 HTTP client software curl and wget.
 .
 It provides an API compatible to HTTP::Tiny, and the implementation has been
 extracted out of App::cpanminus. HTTP::Tinyish can be useful in a restrictive
 environment where you need to be able to download CPAN modules without an
 HTTPS support in built-in HTTP library.