Source: libcgi-session-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libmodule-build-perl, Build-Depends-Indep: libcgi-pm-perl , libcgi-simple-perl , libcrypt-sysrandom-perl , libdbd-sqlite3-perl , libdbi-perl , libfreezethaw-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-session-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-session-perl.git Homepage: https://metacpan.org/release/CGI-Session Package: libcgi-session-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-pm-perl, libcrypt-sysrandom-perl, Recommends: libdbd-pg-perl | libdbd-mysql-perl | libdbd-sqlite3-perl, libdbi-perl, libfreezethaw-perl, Description: persistent session data in CGI applications CGI-Session is a Perl5 library that provides an easy, reliable and modular session management system across HTTP requests. Persistency is a key feature for such applications as shopping carts, login/authentication routines, and application that need to carry data across HTTP requests. CGI::Session does that and many more.