File: control

package info (click to toggle)
libapache-session-mongodb-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: perl: 141; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,075 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
Source: libapache-session-mongodb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libapache-session-perl <!nocheck>,
                     libmongodb-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-session-mongodb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-session-mongodb-perl.git
Homepage: https://metacpan.org/release/Apache-Session-MongoDB
Rules-Requires-Root: no

Package: libapache-session-mongodb-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapache-session-perl,
         libmongodb-perl
Description: implementation of Apache::Session
 Apache::Session::MongoDB is an implementation of Apache::Session. It uses the
 MongoDB backing store and no locking.