libxml-atom-microformats-perl 0.004-2 source package in Ubuntu

Changelog

libxml-atom-microformats-perl (0.004-2) unstable; urgency=low


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

  [ Jonas Smedegaard ]
  * Add README.source emphasizing control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * Bump standards-version to 3.9.4.
  * Bump packaging license to GPL-3+, and extend copyrigt coverage for
    myself to include recent years.
  * Drop patch 1002: Build problem turned out to be (and fixed by now)
    in CDBS.

 -- Jonas Smedegaard <email address hidden>  Mon, 01 Jul 2013 13:31:53 +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
libxml-atom-microformats-perl_0.004-2.dsc 2.4 KiB 7a0638e35e319c54920f5f03954d6ac186e28e1883d71a50ab7560581847a61f
libxml-atom-microformats-perl_0.004.orig.tar.gz 52.4 KiB c6d774efc6d0cc5abee60f29ad5a64f0bce3b100ff31bc2990dcdd46afeca4ca
libxml-atom-microformats-perl_0.004-2.debian.tar.gz 5.0 KiB e912a0564983630570725729e907601c7ce67cb87b59a26939d42263e8657f9b

Available diffs

No changes file available.

Binary packages built by this source

libxml-atom-microformats-perl: parse microformats in Atom content

 The XML::Atom::Microformats module brings the functionality of
 HTML::Microformats to Atom 1.0 Syndication feeds. It finds microformats
 embedded in the <content> elements (note: not <summary>) of Atom
 entries.
 .
 The general pattern of usage is to create an XML::Atom::Microformats
 object (which corresponds to an Atom 1.0 feed) using the "new_feed"
 method; then ask for the data, as a Perl hashref, a JSON string, or an
 RDF::Trine model.