Bug#675805: ITP: libmodule-install-doapchangesets-perl -- write your distribution change log in RDF
Jonas Smedegaard
dr at jones.dk
Sun Jun 3 13:02:57 UTC 2012
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>
* Package name : libmodule-install-doapchangesets-perl
Version : 0.202
Upstream Author : Toby Inkster <tobyink at cpan.org>
* URL : http://search.cpan.org/dist/Module-Install-DOAPChangeSets/
* License : Artistic or GPL-1+
Programming Lang: Perl
Description : write your distribution change log in RDF
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
Module::Install::DOAPChangeSets allows you to write your Changes file
in Turtle or RDF/XML and autogenerate a human-readable text file.
.
To do this, create an RDF file called "meta/changes.ttl" (or something
like that) and describe your distribution's changes in RDF using the
Dublin Core, DOAP, and DOAP Change Sets vocabularies. Then in your
Makefile.PL, include:
.
write_doap_changes "meta/changes.ttl", "Changes", "turtle";
.
This line will read your data from the file named as the first
argument, parse it using either Turtle or RDFXML parsers (the third
argument), and output a human-readable changelog to the file named as
the second argument.
More information about the pkg-perl-maintainers
mailing list