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

Changelog

libxml-atom-microformats-perl (0.004-3) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * debian/rules: move outdated inc/ out of the way before tests and back
    afterwards. (Closes: #789631)

 -- gregor herrmann <email address hidden>  Tue, 23 Jun 2015 17:47:19 +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
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-atom-microformats-perl_0.004-3.dsc 2.5 KiB 550359076d453357b06ab7ba52417c32b909f5d2070372606a6005428cc8cf6f
libxml-atom-microformats-perl_0.004.orig.tar.gz 52.4 KiB c6d774efc6d0cc5abee60f29ad5a64f0bce3b100ff31bc2990dcdd46afeca4ca
libxml-atom-microformats-perl_0.004-3.debian.tar.xz 4.9 KiB fd0ec21cf5e1cbd329238f6d0f20d6b33d3ddb4486944f8d182080fa7e0aa342

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.