debian/0000755000000000000000000000000011657052155007175 5ustar debian/source/0000755000000000000000000000000011655536042010475 5ustar debian/source/format0000644000000000000000000000001411655536042011703 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000042511655536042014057 0ustar # Debian Perl Group policy is that the copyright format be kept at # this version until the standard is finalized. libcgi-application-plugin-formstate-perl source: out-of-date-copyright-format-uri http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 debian/libcgi-application-plugin-formstate-perl.docs0000644000000000000000000000000511655536042020032 0ustar TODO debian/compat0000644000000000000000000000000211655536042010373 0ustar 8 debian/control0000644000000000000000000000255111656044227010603 0ustar Source: libcgi-application-plugin-formstate-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Jaldhar H. Vyas 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. debian/rules0000755000000000000000000000003611655536042010254 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000011655557740010634 5ustar debian/patches/series0000644000000000000000000000001411655536042012034 0ustar stdin.patch debian/patches/stdin.patch0000644000000000000000000000066411655536042012774 0ustar Author: Nicholas Bamber Subject: test script hangs waiting on STDIN Forwarded: not-needed Last-Update: 2011-11-06 --- a/t/03-storage_name.t +++ b/t/03-storage_name.t @@ -205,6 +205,8 @@ # Re-run webapp 2 but passing the storage hash via the query string, instead of # via a posted parameter. +local *STDIN; +open(STDIN, '<', '/dev/null'); $ENV{'REQUEST_METHOD'} = 'POST'; $ENV{'SERVER_PORT'} = '80'; debian/watch0000644000000000000000000000023511655536042010226 0ustar version=3 http://search.cpan.org/dist/CGI-Application-Plugin-FormState/ .*/CGI-Application-Plugin-FormState-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000216411655536042011133 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Michael Graham Source: http://search.cpan.org/dist/CGI-Application-Plugin-FormState/ Name: CGI-Application-Plugin-FormState Files: * Copyright: 2005, Michael Graham License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/clean0000644000000000000000000000001611655536042010177 0ustar t/session.dat debian/changelog0000644000000000000000000000035611657051721011051 0ustar libcgi-application-plugin-formstate-perl (0.12-1) unstable; urgency=low * Split off from libcgi-application-extra-plugin-bundle-perl (Closes: #647861). -- Nicholas Bamber Thu, 10 Nov 2011 22:44:29 +0000 debian/libcgi-application-plugin-formstate-perl.examples0000644000000000000000000000000711655536042020722 0ustar misc/*