Source: libcgi-application-plugin-formstate-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>,
 Jaldhar H. Vyas <jaldhar@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libcgi-application-plugin-session-perl,
 libtest-pod-perl, libtest-pod-coverage-perl, libhtml-template-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-formstate-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-plugin-formstate-perl.git
Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-FormState/

Package: libcgi-application-plugin-formstate-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcgi-application-plugin-session-perl
Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
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.
