libhtml-microformats-perl 0.103-2 source package in Ubuntu

Changelog

libhtml-microformats-perl (0.103-2) unstable; urgency=low

  * Update copyright file:
    + Fix add License section for Artistic.
    + Quote licenses in comments.
  * Extend build-dependency on libhttp-date-perl with fallback on older
    libwww-perl, to ease backporting.
  * Extend patch 2001 to completely avoid build-depending on
    Module::Signature, and to not fetch missing modules.
  * Stop build-depending on libmodule-signature-perl.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  26 May 2011 10:54:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-microformats-perl_0.103.orig.tar.gz 122.1 KiB 0157258324f7940730043b5959527c3414c46e75aeba4bb14fc603392b6e4037
libhtml-microformats-perl_0.103-2.debian.tar.gz 5.0 KiB a059fcabe2d3771d047405a12106345556cd50b3149b93a73b1ed4ab0379c77b
libhtml-microformats-perl_0.103-2.dsc 2.5 KiB 02fe67b112e8e05aee367b6bbf05d49af8edcb00da63be251db23ede6a095a02

Available diffs

View changes file

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.