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

Changelog

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


  [ Salvatore Bonaccorso ]
  * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.

  [ Jonas Smedegaard ]
  * Update README.source to emphasize control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * (Build-)depend on librole-commons-perl, and only as fallback on
    libobject-authority-perl.
  * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
  * Bump standards-version to 3.9.4.
  * Update Homepage to use metacpan.com, to match upstream hint.
  * Update copyright file:
    + List upstream issue tracker as preferred contact.
    + Fix tidy whitespace.
  * Bump packaging license to GPL-3+, and extend copyrigt coverage for
    myself to include recent years.
  * Drop patch 1001: Build problem turned out to be (and fixed by now)
    in CDBS.

 -- Jonas Smedegaard <email address hidden>  Sat, 29 Jun 2013 17:26:08 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-microformats-perl_0.105-2.dsc 2.6 KiB 45b710de3eebb052f37b3ee4e40584be69921d0ceecad5f873862513bb8d15d0
libhtml-microformats-perl_0.105.orig.tar.gz 145.2 KiB 0762b1a890449be1d76e478e717475d74ff2ec39f31b0774257eca5633f881b9
libhtml-microformats-perl_0.105-2.debian.tar.gz 5.6 KiB 5349195712823d513972dd9d07fa8bcac00c61e3dfa97f993829882772095c21

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.