libmodule-install-doapchangesets-perl 0.206-3 source package in Ubuntu

Changelog

libmodule-install-doapchangesets-perl (0.206-3) unstable; urgency=medium

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1047494)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 12:50:58 +0100

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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-install-doapchangesets-perl_0.206-3.dsc 2.7 KiB eb3e70bf2ee78fa11054a38f9eb3d95a6fde15171ef731980cacdff7d6eb20fb
libmodule-install-doapchangesets-perl_0.206.orig.tar.gz 53.7 KiB bf08d797d0532f7b78e74f0d816b630468e331159193c31d3fa221c09f8f5ddb
libmodule-install-doapchangesets-perl_0.206-3.debian.tar.xz 5.1 KiB ca6c9f21e253c228f6b4fe8b5c01103ccf0d5f1ebc674f8a33b4ecc7fdb7ba11

Available diffs

No changes file available.

Binary packages built by this source

libmodule-install-doapchangesets-perl: 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.