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

Changelog

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

  * Import upstream version 2.15.
  * Refresh autopkgtest.patch: offset.
  * Extend autopkgtest.patch: change path in new test as well.

 -- gregor herrmann <email address hidden>  Fri, 26 Aug 2022 16:17:40 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwww-mechanize-perl_2.15-1.dsc 3.1 KiB 2b96e0a56bbb7bee97064eaeb8ba111aea657451ef54880f045e597bff7b1421
libwww-mechanize-perl_2.15.orig.tar.gz 190.8 KiB 91d0dc3235027d19fc485e93833ec92497bc508e31d391eb07ee664f988ca9b3
libwww-mechanize-perl_2.15-1.debian.tar.xz 7.6 KiB 9094535fd5c4982ab7f9407d26fdf4f99e3b301516edec1e9708d59583081980

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.