logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

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

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.

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.

perl v5.40.1                                       2025-05-04                          Module::Install::RDF(3pm)

Name

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

See Also

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

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

Synopsis

       In Makefile.PL:

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

See Also