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

Changelog

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

  * Non-maintainer upload
  * Bump debhelper compat level. Closes: #817561

 -- Christoph Biedl <email address hidden>  Sat, 17 Dec 2016 14:36:33 +0100

Upload details

Uploaded by:
James Bromberger
Uploaded to:
Sid
Original maintainer:
James Bromberger
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwww-indexparser-perl_0.91-1.1.dsc 1.8 KiB f9427868f809211224d4b5580c78da3648c38d2984872aaa4acfb290f9641e96
libwww-indexparser-perl_0.91.orig.tar.gz 6.5 KiB eb63338879a586e96271fe54a1e3ec3846fc34637b678cf6bbcfbaf69fa004bf
libwww-indexparser-perl_0.91-1.1.diff.gz 2.7 KiB 88070b05790ae1946adb6661992a70f6d067c235b498c3f806a798a91a74e550

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().