File: control

package info (click to toggle)
libchi-driver-redis-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: perl: 1,439; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,202 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
Source: libchi-driver-redis-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libchi-perl,
 libmoo-perl,
 libredis-perl,
 libtest-class-perl,
 libtest-deep-perl,
 libtest-mock-redis-perl,
 libtest-warn-perl,
 liburi-perl,
 perl (>= 5.15.2)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchi-driver-redis-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchi-driver-redis-perl.git
Homepage: https://metacpan.org/release/CHI-Driver-Redis
Testsuite: autopkgtest-pkg-perl

Package: libchi-driver-redis-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libchi-perl,
 libmoo-perl,
 libredis-perl,
 liburi-perl
Description: CHI driver that uses Redis to store the data
 CHI::Driver::Redis is a CHI driver that uses Redis to store the data. Care has
 been taken to not have this module fail in fiery ways if the cache is
 unavailable. It is the author's hope that if it is failing and the cache is not
 required for your work, you can ignore it's warnings.