1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libapache-sessionx-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.1.16), perl (>= 5.6.0-17), libapache-session-perl (>= 1.53)
Maintainer: Angus Lees <gus@debian.org>
Standards-Version: 3.6.1
Package: libapache-sessionx-perl
Architecture: all
Depends: libdigest-md5-perl, libstorable-perl, libapache-session-perl (>= 1.53), ${perl:Depends}, ${misc:Depends}
Suggests: libdbd-pg-perl, libdbd-mysql-perl, libdbd-sybase-perl, libmime-base64-perl
Description: An extented persistence framework for session data
Apache::SessionX extends Apache::Session. It was initialy 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.
|