libhtml-fillinform-perl 2.00-2 source package in Ubuntu

Changelog

libhtml-fillinform-perl (2.00-2) unstable; urgency=low

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467951)
    - remove CFLAGS
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).
  * Set debhelper compatibility level to 6.
  * debian/copyright: change upstream source URL, convert to new format.
  * Add /me to Uploaders.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:14:18 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-fillinform-perl_2.00.orig.tar.gz 14.9 KiB 4a1ac4f356cc9c886c5e0008bab4ae8354427104b5b0c5915fcc5e111f0283ec
libhtml-fillinform-perl_2.00-2.diff.gz 2.7 KiB 8d252e2bd4efdce301fcc15bd05bed210a51bc16f38dc5cdca04e5cf8fe81175
libhtml-fillinform-perl_2.00-2.dsc 1.0 KiB dee27eeda9083ebf906deb4904aef91987aaaa39acf8537ff8f767ae40a9fe71

View changes file

Binary packages built by this source

libhtml-fillinform-perl: module for populating HTML forms with data

 HTML::FillInForm automatically inserts data from a previous HTML form into
 the HTML input, textarea, radio buttons, checkboxes and select tags. It is a
 subclass of HTML::Parser and uses it to parse the HTML and insert the values
 into the form tags.
 .
 One useful application is after a user submits an HTML form without
 filling out a required field. HTML::FillInForm can be used to
 redisplay the HTML form with all the form elements containing the
 submitted info.