File: control

package info (click to toggle)
libcgi-application-plugin-formstate-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 224; sh: 7; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download
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
Source: libcgi-application-plugin-formstate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libcgi-application-plugin-session-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libhtml-template-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-formstate-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-formstate-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Plugin-FormState

Package: libcgi-application-plugin-formstate-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-application-plugin-session-perl
Enhances: libcgi-application-perl
Description: plugin to store form state without hidden fields
 CGI::Application::Plugin::FormState provides a temporary storage area within
 the user's session for storing form-related data. The main use of this is for
 multi-page forms. Instead of using hidden fields to store data related to the
 form, you store and retrieve values from the form state.