Module::Install::DOAP - generate META.yml data from DOAP
Contents
Bugs
Please report any bugs to <http://rt.cpan.org/>.
Copyright And License
Copyright (C) 2011 by Toby Inkster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.40.1 2025-08-15 Module::Install::DOAP(3pm)
Description
This Module::Install plugin generates your META.yml file from RDF data (especially DOAP) in your
distribution's 'meta' directory.
Name
Module::Install::DOAP - generate META.yml data from DOAP
See Also
Module::Install, Module::Install::DOAPChangeSets .
<http://www.perlrdf.org/>.
Synopsis
In Makefile.PL:
rdf_metadata;
doap_metadata;
