libwww-mechanize-formfiller-perl 0.10-2 source package in Ubuntu

Changelog

libwww-mechanize-formfiller-perl (0.10-2) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ gregor herrmann ]
  * Remove Michael Mende from Uploaders on request of the MIA team
    (closes: #578182).
  * Prepare build and runtime dependencies for libwww-perl 6
    (closes: #620436).
  * Switch to source format 3.0 (quilt).
  * Minimize debian/rules.
  * Switch to debhelper 8.
  * Remove versions from (build) dependencies.
  * Set Standards-Version to 3.9.1 (no further changes).
  * Update copyright format.
  * Update patch headers.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:12:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libwww-mechanize-formfiller-perl_0.10.orig.tar.gz 19.2 KiB 234d00ebbb3d18c55757e3e91dac62ff9fc3e8f48b154fe3ecf025beac963947
libwww-mechanize-formfiller-perl_0.10-2.debian.tar.gz 3.3 KiB a8b245ffa5249f0f8ffd47c282bb7b448acea2c06a8caae9916f16ab85edc286
libwww-mechanize-formfiller-perl_0.10-2.dsc 2.3 KiB 7697c2ff9f416ad64b5d78b1993bc11b72115a67530781ee7241ec054fff78cb

Available diffs

View changes file

Binary packages built by this source

libwww-mechanize-formfiller-perl: framework to automate HTML forms

 WWW::Mechanize::FormFiller is intended as a simple way to fill out HTML forms
 from a set of predetermined values. You set up the form filler with value
 elements, retrieve the HTML form, and let the form filler loose on that form.
 .
 There are value classes provided for many tasks - fixed values, values
 to be queried interactively from the user, values taken randomly from
 a list of values and values specified through a callback to some Perl code.