libwww-indexparser-perl 0.91-2 source package in Ubuntu

Changelog

libwww-indexparser-perl (0.91-2) unstable; urgency=medium

  * Take over maintainership. Thanks James Bromberger for all the past
    work on WWW::IndexParser
  * Modernize packaging. Closes: #999320

 -- Christoph Biedl <email address hidden>  Wed, 15 Dec 2021 23:07:40 +0100

Upload details

Uploaded by:
Christoph Biedl
Uploaded to:
Sid
Original maintainer:
Christoph Biedl
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
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwww-indexparser-perl_0.91-2.dsc 1.9 KiB 900c92a7cecafc41c7125fe333a2f078abb099e43b577b998b72a89c1b537504
libwww-indexparser-perl_0.91.orig.tar.gz 6.5 KiB eb63338879a586e96271fe54a1e3ec3846fc34637b678cf6bbcfbaf69fa004bf
libwww-indexparser-perl_0.91-2.debian.tar.xz 2.4 KiB 2fcd5ed3749c63fa8b21d1d4db63d462f36923b22a048fde8e3d1ed7044fc974

Available diffs

No changes file available.

Binary packages built by this source

libwww-indexparser-perl: fetch and parse the directory index from a web server

 WWW::IndexParser is a module that uses LWP to fetch a URL from a web
 server. It then atempts to parse this page as if it were an auto
 generated index page. It returns an array of WWW::IndexParser::Entry
 objects, one per entry in the directory index that it has found. Each
 Entry has a set of methods: filename(), time(), size(), and others if
 supported by the autoindex generated: type() and size_units().