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
|
Source: libplack-middleware-session-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dave Walker (Daviey) <DaveWalker@ubuntu.com>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
libmodule-build-tiny-perl
Build-Depends-Indep: libclass-dbi-sqlite-perl,
libcookie-baker-perl,
libdigest-hmac-perl (>= 1.03),
libhttp-cookies-perl,
libplack-perl,
libtest-fatal-perl,
libtest-requires-perl,
libwww-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libplack-middleware-session-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-middleware-session-perl.git
Homepage: https://metacpan.org/release/Plack-Middleware-Session
Testsuite: autopkgtest-pkg-perl
Package: libplack-middleware-session-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcookie-baker-perl,
libdigest-hmac-perl (>= 1.03),
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.
|