1Module::Install::RDF(3)User Contributed Perl DocumentatioMnodule::Install::RDF(3)
2
3
4

NAME

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

SYNOPSIS

9       In Makefile.PL:
10
11         rdf_metadata;     # reads "meta/*"
12         write_meta_ttl;   # writes "META.ttl"
13

DESCRIPTION

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

BUGS

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

SEE ALSO

26       Module::Install, Module::Install::DOAP, Module::Install::DOAPChangeSets
27       .
28
29       <http://www.perlrdf.org/>.
30

AUTHOR

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

DISCLAIMER OF WARRANTIES

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.30.1                      2020-01-30           Module::Install::RDF(3)
Impressum