1Module::Install::DOAP(3U)ser Contributed Perl DocumentatiMoondule::Install::DOAP(3)
2
3
4
6 Module::Install::DOAP - generate META.yml data from DOAP
7
9 In Makefile.PL:
10
11 rdf_metadata;
12 doap_metadata;
13
15 This Module::Install plugin generates your META.yml file from RDF data
16 (especially DOAP) in your distribution's 'meta' directory.
17
19 Please report any bugs to <http://rt.cpan.org/>.
20
22 Module::Install, Module::Install::DOAPChangeSets .
23
24 <http://www.perlrdf.org/>.
25
27 Toby Inkster <tobyink@cpan.org>.
28
30 Copyright (C) 2011 by Toby Inkster
31
32 This library is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.32.1 2021-01-27 Module::Install::DOAP(3)