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
|
Source: libapache-sessionx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
po-debconf
Build-Depends-Indep: perl,
libapache-session-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-sessionx-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-sessionx-perl.git
Homepage: https://metacpan.org/release/Apache-SessionX
Rules-Requires-Root: binary-targets
Package: libapache-sessionx-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libapache-session-perl
Suggests: libdbd-pg-perl,
libdbd-mysql-perl,
libdbd-sybase-perl
Description: extended persistence framework for session data
Apache::SessionX extends Apache::Session. It was initially written to use
Apache::Session inside HTML::Embperl, but it seems to be useful outside of
Embperl as well, so here it is as a standalone module. Apache::SessionX
provides lazy creation of sessions, and an easier configuration using canned
locking and storage combinations.
|