1Module::Install::RDF(3)User Contributed Perl DocumentatioMnodule::Install::RDF(3)
2
3
4
6 Module::Install::RDF - advanced metadata for your distribution
7
9 In Makefile.PL:
10
11 rdf_metadata; # reads "meta/*"
12 write_meta_ttl; # writes "META.ttl"
13
15 This module doesn't really do much on its own, but is a pre-requisite
16 for Module::Install::DOAP.
17
18 Specifically, it reads all the RDF it can find in the distribution's
19 "meta" directory and exposes it for other modules to make use of. It
20 also allows you to write out a combined graph using Turtle.
21
23 Please report any bugs to <http://rt.cpan.org/>.
24
26 Module::Install, Module::Install::DOAP, Module::Install::DOAPChangeSets
27 .
28
29 <http://www.perlrdf.org/>.
30
32 Toby Inkster <tobyink@cpan.org>.
33
35 Copyright (C) 2011-2013 by Toby Inkster
36
37 This library is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
41 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
42 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
43 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
44
45
46
47perl v5.36.0 2023-01-20 Module::Install::RDF(3)