File: control

package info (click to toggle)
libcatalyst-plugin-cache-store-fastmmap-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 72 kB
  • ctags: 5
  • sloc: perl: 78; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,466 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
34
Source: libcatalyst-plugin-cache-store-fastmmap-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-fastmmap-perl,
 libcatalyst-perl (>= 5.7),
 libcatalyst-plugin-cache-perl (>= 0.01),
 libpath-class-perl,
 libtest-use-ok-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Cache-Store-FastMmap

Package: libcatalyst-plugin-cache-store-fastmmap-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcache-fastmmap-perl,
 libcatalyst-perl (>= 5.7),
 libcatalyst-plugin-cache-perl (>= 0.01),
 libpath-class-perl
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: (deprecated) FastMmap cache store plugin for Catalyst::Plugin::Cache
 This plugin is deprecated because Cache::FastMmap no longer needs to be
 wrapped to store plain values. It is still available for backwards
 compatibility and will still work with newer versions of Cache::FastMmap with
 a slight performance degredation.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.