table of contents
Module::Install::RDF(3pm) | User Contributed Perl Documentation | Module::Install::RDF(3pm) |
NAME¶
Module::Install::RDF - advanced metadata for your distribution
SYNOPSIS¶
In Makefile.PL:
rdf_metadata; # reads "meta/*" write_meta_ttl; # writes "META.ttl"
DESCRIPTION¶
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.
BUGS¶
Please report any bugs to <http://rt.cpan.org/>.
SEE ALSO¶
Module::Install, Module::Install::DOAP, Module::Install::DOAPChangeSets .
AUTHOR¶
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENSE¶
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.
DISCLAIMER OF WARRANTIES¶
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.
2024-03-07 | perl v5.38.2 |