File: control

package info (click to toggle)
libplack-middleware-session-perl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: perl: 1,322; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,923 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
35
36
37
38
39
40
41
42
43
Source: libplack-middleware-session-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl
Build-Depends-Indep: libclass-dbi-sqlite-perl <!nocheck>,
                     libcookie-baker-perl (>= 0.12) <!nocheck>,
                     libcrypt-sysrandom-perl <!nocheck>,
                     libdigest-hmac-perl <!nocheck>,
                     libhttp-cookies-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libplack-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     libyaml-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-session-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-session-perl.git
Homepage: https://metacpan.org/release/Plack-Middleware-Session
Rules-Requires-Root: no

Package: libplack-middleware-session-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcookie-baker-perl (>= 0.12),
         libcrypt-sysrandom-perl,
         libdigest-hmac-perl,
         libplack-perl
Description: Perl module for Plack middleware session management
 Plack::Middleware::Session provides Plack Middleware
 component for session management. By default it will
 use cookies to keep session state and store data in
 memory. This library also comes with other state and
 store solutions. It should be noted that it stores
 the current session as a hash reference in the
 psgix.session key inside the $env where it can
 accessed as needed.