File: control

package info (click to toggle)
librole-rest-client-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 180 kB
  • sloc: perl: 327; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 1,944 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
44
45
46
47
48
49
50
Source: librole-rest-client-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Prokop <mika@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: libdata-serializer-perl,
                     libhttp-message-perl,
                     libhttp-thin-perl,
                     libjson-perl,
                     libmoo-perl (>= 1.003000),
                     libmoose-perl,
                     libmoox-handlesvia-perl,
                     libplack-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-tcp-perl,
                     libtest-warnings-perl,
                     libtry-tiny-perl,
                     libtype-tiny-perl,
                     liburi-escape-xs-perl,
                     libxml-simple-perl,
                     libyaml-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librole-rest-client-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librole-rest-client-perl.git
Homepage: https://metacpan.org/release/Role-REST-Client

Package: librole-rest-client-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-serializer-perl,
         libhttp-message-perl,
         libhttp-thin-perl,
         libmoo-perl (>= 1.003000),
         libmoox-handlesvia-perl,
         libplack-perl,
         libtry-tiny-perl,
         libtype-tiny-perl,
         liburi-escape-xs-perl
Description: REST Client Role
 This REST Client role makes REST connectivity easy.
 Role::REST::Client will handle encoding and decoding when using
 the HTTP verbs GET, PUT, POST, DELETE, OPTIONS and HEAD.
 Role::REST::Client supports the json, x-www-form-urlencoded, xml
 and yaml encodings.