DOKK / manpages / debian 12 / libmodule-install-rdf-perl / Module::Install::RDF.3pm.en
Module::Install::RDF(3pm) User Contributed Perl Documentation Module::Install::RDF(3pm)

Module::Install::RDF - advanced metadata for your distribution

In Makefile.PL:

  rdf_metadata;     # reads "meta/*"
  write_meta_ttl;   # writes "META.ttl"

This module doesn't really do much on its own, but is a pre-requisite for Module::Install::DOAP.

Specifically, it reads all the RDF it can find in the distribution's "meta" directory and exposes it for other modules to make use of. It also allows you to write out a combined graph using Turtle.

Please report any bugs to <http://rt.cpan.org/>.

Module::Install, Module::Install::DOAP, Module::Install::DOAPChangeSets .

<http://www.perlrdf.org/>.

Toby Inkster <tobyink@cpan.org>.

Copyright (C) 2011-2013 by Toby Inkster

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

2022-06-15 perl v5.34.0