File: control

package info (click to toggle)
libcatalyst-plugin-cache-perl 0.12-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: perl: 1,855; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download | duplicates (2)
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
Source: libcatalyst-plugin-cache-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcatalyst-perl (>= 5.8),
 libmro-compat-perl,
 libtask-weaken-perl,
 libtest-deep-perl,
 libtest-exception-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-cache-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-cache-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Cache

Package: libcatalyst-plugin-cache-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-perl (>= 5.8),
 libmro-compat-perl,
 libtask-weaken-perl
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: flexible caching support for Catalyst
 Catalyst::Plugin::Cache gives you access to a variety of systems for caching
 data. It allows you to use a very simple configuration API, while maintaining
 the possibility of flexibility when you need it later.
 .
 Among its features are support for multiple backends, segmentation based on
 component or controller, keyspace partitioning, and so more, in various
 subsidiary plugins.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.