libwww-mechanize-formfiller-perl 0.11-1 source package in Ubuntu

Changelog

libwww-mechanize-formfiller-perl (0.11-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Florian Schlichting ]
  * Import Upstream version 0.11
  * Declare compliance with Debian Policy 3.9.5
  * Add myself to Uploaders and copyright

 -- Florian Schlichting <email address hidden>  Mon, 20 Jan 2014 22:54:27 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libwww-mechanize-formfiller-perl_0.11-1.dsc 2.4 KiB 45c6c59eadd1d9c926b5c642aab462417677aa9bd4c66105d75c4770c4b2bbfb
libwww-mechanize-formfiller-perl_0.11.orig.tar.gz 19.7 KiB 517c7e612be3c4538ed9b52da611fe00d2fa8d4ea06212ecbadbfbf5b22a2d67
libwww-mechanize-formfiller-perl_0.11-1.debian.tar.xz 3.4 KiB 0f6d3fa1a2df5fa38d900f39c75a1b3b5bdf6aa2dcfdeb029bc68a325eb0f45b

Available diffs

No changes file available.

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.