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

Changelog

libwww-mechanize-formfiller-perl (0.13-1) unstable; urgency=medium

  * Import upstream version 0.13.
  * Update years of packaging copyright.
  * Update alternative (build) dependencies.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 20 Aug 2022 14:18:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwww-mechanize-formfiller-perl_0.13-1.dsc 2.7 KiB 7eeb1f08b35ba88d4784f083f1064a3d58193cfc9c06d94a2b40f6fc79cc73c6
libwww-mechanize-formfiller-perl_0.13.orig.tar.gz 19.5 KiB cae3947055dedd7ffcfe0c7d9e424791b13fe150e0bd3484d880ff8da08c4650
libwww-mechanize-formfiller-perl_0.13-1.debian.tar.xz 4.1 KiB 217e8faf49218e4db6ff2aee23255ff902495a40417585e65d11dc86f0314b92

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.