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 40 41 42 43 44 45 46 47 48 49
|
Source: libcatalyst-plugin-session-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcatalyst-perl (>= 5.71001),
libmoose-perl (>= 0.76),
libmoosex-emulate-class-accessor-fast-perl (>= 0.00801),
libmro-compat-perl,
libnamespace-clean-perl (>= 0.10),
libobject-signature-perl,
libtest-deep-perl,
libtest-exception-perl,
libtest-www-mechanize-psgi-perl,
perl (>= 5.15.2)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-plugin-session-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-session-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Session
Testsuite: autopkgtest-pkg-perl
Package: libcatalyst-plugin-session-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl (>= 5.71001),
libmoose-perl (>= 0.76),
libmoosex-emulate-class-accessor-fast-perl (>= 0.00801),
libmro-compat-perl,
libnamespace-clean-perl (>= 0.10),
libobject-signature-perl
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: 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.
|