libwww-mechanize-perl 1.93-1 source package in Ubuntu

Changelog

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

  * debian/*: replace ADTTMP with AUTOPKGTEST_TMP.
  * Import upstream version 1.93.
  * Make (build) dependency on libhttp-daemon-perl versioned.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Drop localhost-ipv6-test.patch.

 -- gregor herrmann <email address hidden>  Sat, 05 Oct 2019 03:55:44 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwww-mechanize-perl_1.93-1.dsc 3.1 KiB abb44ca90bf0c24a218578828376d5fdf7ba6e9a70bcbdf566dfce73afb7ea0d
libwww-mechanize-perl_1.93.orig.tar.gz 175.6 KiB 6a4ca905979634274de75f324e8def50419cd201320947a08035706588bea95e
libwww-mechanize-perl_1.93-1.debian.tar.xz 6.9 KiB ae446f1f667ac8a81e969c379edc7bf3d1d2c801cedbb18eb79b3d5c5b61b90f

Available diffs

No changes file available.

Binary packages built by this source

libwww-mechanize-perl: module to automate interaction with websites

 WWW::Mechanize, or Mech for short, helps you automate interaction with
 a website. It supports performing a sequence of page fetches including
 following links and submitting forms. Each fetched page is parsed and
 its links and forms are extracted. A link or a form can be selected, form
 fields can be filled and the next page can be fetched. Mech also stores
 a history of the URLs you've visited, which can be queried and revisited.