debian/0000755000000000000000000000000011737030133007164 5ustar debian/compat0000644000000000000000000000000211720747005010367 0ustar 8 debian/rules0000755000000000000000000000003611737027561010256 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000216611737027672011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML-Form Upstream-Contact: Gisle Aas Source: http://search.cpan.org/dist/HTML-Form/ Files: * Copyright: 1998-2008, Gisle Aas License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 2012, Alessandro Ghedini 2012, Angel Abad 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/watch0000644000000000000000000000015711720747005010225 0ustar version=3 http://search.cpan.org/dist/HTML-Form/ .*/HTML-Form-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000011720747005010471 5ustar debian/source/format0000644000000000000000000000001411737027556011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000253611737030133011044 0ustar libhtml-form-perl (6.03-1) unstable; urgency=low [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ Angel Abad ] * Imported Upstream version 6.03 * debian/copyright: Update format to copyright-format 1.0 * Bump Standards-Version to 3.9.3 -- Angel Abad Wed, 04 Apr 2012 13:28:14 +0200 libhtml-form-perl (6.02-1) unstable; urgency=low * Imported Upstream version 6.02 * debian/copyright: Update debian/* section * Add myself to Uploaders * debian/patches/fix-typos.patch: Removed, applied upstream -- Angel Abad Tue, 21 Feb 2012 17:57:59 +0100 libhtml-form-perl (6.01-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 * One sorted dep per line * Add fix-typos.patch (fixes spelling-error-in-manpage) -- Alessandro Ghedini Sun, 19 Feb 2012 19:53:17 +0100 libhtml-form-perl (6.00-1) unstable; urgency=low * Initial Release (Closes: #617541). -- Nicholas Bamber Tue, 22 Mar 2011 23:42:22 +0000 debian/control0000644000000000000000000000224111737030033010565 0ustar Source: libhtml-form-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Angel Abad Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhtml-parser-perl, libhttp-message-perl, liburi-perl, perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-form-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-form-perl.git Homepage: http://search.cpan.org/dist/HTML-Form/ Package: libhtml-form-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl, libhttp-message-perl, liburi-perl Replaces: libwww-perl (<< 6.00) Breaks: libwww-perl (<< 6.00) Description: module that represents an HTML form element Objects of the HTML::Form class represents a single HTML
...
instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.