Source: libcatalyst-plugin-session-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: libcatalyst-perl, libhtml-parser-perl, libmoose-perl, libmoosex-emulate-class-accessor-fast-perl, libmro-compat-perl, libnamespace-clean-perl, libobject-signature-perl, libtest-deep-perl, libtest-exception-perl, libtest-www-mechanize-psgi-perl, perl (>= 5.15.2) Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-session-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-session-perl.git Homepage: https://metacpan.org/release/Catalyst-Plugin-Session Package: libcatalyst-plugin-session-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libhtml-parser-perl, libmoose-perl, libmoosex-emulate-class-accessor-fast-perl, libmro-compat-perl, libnamespace-clean-perl, libobject-signature-perl Breaks: libcatalyst-modules-perl (<< 48~) Replaces: libcatalyst-modules-perl (<< 48~) Description: generic Session plugin for Catalyst Catalyst::Plugin::Session is the base of two related parts of functionality required for session management in web applications. . The first part, the State, is getting the browser to repeat back a session key, so that the web application can identify the client and logically string several requests together into a session. . The second part, the Store, deals with the actual storage of information about the client. This data is stored so that the it may be revived for every request made by the same client. . This plugin links the two pieces together. . Catalyst is an elegant Model-View-Controller web application framework written in Perl.