File: control

package info (click to toggle)
liblwp-useragent-chicaching-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: perl: 129; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,474 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
Source: liblwp-useragent-chicaching-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libchi-perl,
 libwww-perl,
 libtype-tiny-perl,
 libtypes-uri-perl,
 libmoo-perl (>= 1.006000),
 liblwp-protocol-psgi-perl,
 libplack-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-useragent-chicaching-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-useragent-chicaching-perl
Homepage: https://metacpan.org/release/LWP-UserAgent-CHICaching
Testsuite: autopkgtest-pkg-perl

Package: liblwp-useragent-chicaching-perl
Architecture: all
Depends:
 libchi-perl,
 libwww-perl,
 libtype-tiny-perl,
 libtypes-uri-perl,
 libmoo-perl (>= 1.006000),
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends}
Description: LWP::UserAgent with caching based on CHI
 LWP::UserAgent::CHICaching is yet another caching user agent.  When the
 client makes a request to the server, sometimes the response should be
 cached, so that no actual request has to be sent at all, or possibly
 just a request to validate the cache.  HTTP 1.1 defines how to do this.
 This class simply extends LWP::UserAgent with
 LWP::UserAgent::Role::CHICaching (also in this distribution) which is
 doing the real work to make it possible to use the very flexible CHI
 module to manage such a cache.