File: control

package info (click to toggle)
libcatalyst-plugin-session-store-cache-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • ctags: 5
  • sloc: perl: 21; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,135 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
Source: libcatalyst-plugin-session-store-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-plugin-session-perl (>= 0.06),
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-session-store-cache-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-session-store-cache-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Session-Store-Cache

Package: libcatalyst-plugin-session-store-cache-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-plugin-session-perl (>= 0.06)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: Catalyst plugin for storing session data in the cache
 Catalyst::Plugin::Session::Store::Cache will store the session data in
 whatever cache module Catalyst uses.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.