套件:libmodule-install-doapchangesets-perl(0.206-2)
libmodule-install-doapchangesets-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmodule-install-doapchangesets-perl:
- [libmodule-install-doapchangesets-perl_0.206-2.dsc]
- [libmodule-install-doapchangesets-perl_0.206.orig.tar.gz]
- [libmodule-install-doapchangesets-perl_0.206-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.
其他與 libmodule-install-doapchangesets-perl 有關的套件
|
|
|
|
-
- dep: libfile-slurp-perl
- single call read & write file routines
-
- dep: liblist-moreutils-perl
- Perl module with additional list functions not found in List::Util
-
- dep: libmodule-install-perl
- framework for installing Perl modules
-
- dep: libperl-version-perl
- module to parse and manipulate Perl version strings
-
- dep: librdf-query-perl
- complete SPARQL 1.1 Query and Update implementation for RDF::Trine
-
- dep: librdf-trine-perl
- RDF Framework for Perl
-
- dep: liburi-perl
- module to manipulate and access URI strings
-
- dep: libwww-perl
- simple and consistent interface to the world-wide web
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- dep: sgml-base (>= 1.28)
- SGML infrastructure and SGML catalog file support
-
- rec: libmodule-install-doap-perl
- generate META.yml data from DOAP
-
- rec: libmodule-install-rdf-perl (>= 0.006)
- advanced metadata for your Perl packaging
-
- rec: libmodule-package-perl
- postmodern Perl module packaging