debian/0000755000000000000000000000000012120376355007172 5ustar debian/rules0000755000000000000000000000011712120376355010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_POD=1 dh_auto_test debian/control0000644000000000000000000000311612120376355010576 0ustar Source: libcatalyst-plugin-fillinform-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) Build-Depends: debhelper (>= 9) Build-Depends-Indep: libcatalyst-perl, libcatalyst-modules-perl, libhtml-fillinform-perl, libmodule-install-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-fillinform-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcatalyst-plugin-fillinform-perl.git Homepage: https://metacpan.org/release/Catalyst-Plugin-FillInForm/ Package: libcatalyst-plugin-fillinform-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libhtml-fillinform-perl Description: module providing Fill-In-Form for Catalyst Catalyst::Plugin::FillInForm allows automatic insertion of data from a previous HTML form into HTML input fields, textarea fields, radio buttons, checkboxes, and select tags. It is an instance of HTML::FillInForm, which itself is a subclass of HTML::Parser, which it uses to parse the HTML and insert the values into the proper form tags. . The usual application is after a user submits an HTML form without filling out a required field, or with errors in fields having specified constraints. FillInForm is used to redisplay the HTML form with all the form elements containing the submitted info. FillInForm can also be used to fill forms with data from any source, e.g. directly from your database. debian/source/0000755000000000000000000000000012120376355010472 5ustar debian/source/format0000644000000000000000000000001412120376355011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027612120376355011051 0ustar libcatalyst-plugin-fillinform-perl (0.12-1) unstable; urgency=low * Initial Release (Closes: #702481). -- Ernesto Hernández-Novich (USB) Wed, 13 Mar 2013 09:56:37 -0430 debian/compat0000644000000000000000000000000212120376355010370 0ustar 9 debian/copyright0000644000000000000000000000304312120376355011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Florian Ragwitz Source: https://metacpan.org/release/Catalyst-Plugin-FillInForm/ Upstream-Name: Catalyst-Plugin-FillInForm Files: * Copyright: 2005-2009, Sebastian Riedel , License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Ernesto Hernández-Novich (USB) 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/watch0000644000000000000000000000022212120376355010217 0ustar version=3 https://metacpan.org/release/Catalyst-Plugin-FillInForm/ .*/Catalyst-Plugin-FillInForm-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$