File: control

package info (click to toggle)
libchi-driver-redis-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 126
  • sloc: perl: 1,439; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,210 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 <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
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: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libchi-driver-redis-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.