File: control

package info (click to toggle)
libcatalyst-plugin-session-store-file-perl 0.18-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: perl: 1,807; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,479 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
Source: libcatalyst-plugin-session-store-file-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: libcache-cache-perl (>= 1.02),
 libcatalyst-perl (>= 5.7000),
 libcatalyst-plugin-session-perl (>= 0.27),
 libclass-data-inheritable-perl (>= 0.04),
 libmro-compat-perl (>= 0.10),
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-session-store-file-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-session-store-file-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Session-Store-File

Package: libcatalyst-plugin-session-store-file-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcache-cache-perl (>= 1.02),
 libcatalyst-perl (>= 5.7000),
 libcatalyst-plugin-session-perl (>= 0.27),
 libclass-data-inheritable-perl (>= 0.04),
 libmro-compat-perl (>= 0.10)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: File storage backend for Catalyst session data
 Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for
 Catalyst that uses an simple file to act as a shared memory interprocess
 cache. It is based on Cache::FileCache.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.