libhtml-microformats-perl 0.105-5 source package in Ubuntu

Changelog

libhtml-microformats-perl (0.105-5) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * Add (build) dependency on liblocale-codes-perl.
    Thanks to Niko Tyni for the bug report. (Closes: #903296)
  * Declare compliance with Debian Policy 4.1.5.
  * Use debhelper compat level 9.
  * Use HTTPS for a couple of URLs in debian/*.

 -- gregor herrmann <email address hidden>  Sun, 08 Jul 2018 17:24:41 +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
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-microformats-perl_0.105-5.dsc 2.8 KiB f5bcb870043fc366c66d17e2c5f0882d131cd08f59921d60102a68d4ee8ccc3a
libhtml-microformats-perl_0.105.orig.tar.gz 145.2 KiB 0762b1a890449be1d76e478e717475d74ff2ec39f31b0774257eca5633f881b9
libhtml-microformats-perl_0.105-5.debian.tar.xz 11.5 KiB c62fc1df8c972c3ee6ea8e4eaf3f29dcf1a1ba74ae6b8240a6a9612af336ac7a

Available diffs

No changes file available.

Binary packages built by this source

libhtml-microformats-perl: parse microformats in HTML

 The HTML::Microformats module is a wrapper
 for parser and handler modules of various individual microformats
 (each of those modules has a name
 like HTML::Microformats::Format::Foo).
 .
 The general pattern of usage
 is to create an HTML::Microformats object
 (which corresponds to an HTML document)
 using the "new_document" method;
 then ask for the data,
 as a Perl hashref, a JSON string, or an RDF::Trine model.