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 \s-1RDF\s0 it can find in the distribution's \*(L"meta\*(R" 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 <[email protected]>.
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.
\s-1THIS\s0 \s-1PACKAGE\s0 \s-1IS\s0 \s-1PROVIDED\s0 \*(L"\s-1AS\s0 \s-1IS\s0\*(R" \s-1AND\s0 \s-1WITHOUT\s0 \s-1ANY\s0 \s-1EXPRESS\s0 \s-1OR\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0, \s-1INCLUDING\s0, \s-1WITHOUT\s0 \s-1LIMITATION\s0, \s-1THE\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0 \s-1OF\s0 \s-1MERCHANTIBILITY\s0 \s-1AND\s0 \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.