1Module::Package::RDF(3)User Contributed Perl DocumentatioMnodule::Package::RDF(3)
2
3
4
6 Module::Package::RDF - drive your distribution with RDF
7
9 In your Makefile.PL:
10
11 use inc::Module::Package 'RDF';
12
13 That's all folks!
14
16 Really simple Makefile.PL.
17
19 Currently this module only defines the ":standard" flavour.
20
21 :standard
22 This is the default, so the following are equivalent:
23
24 use inc::Module::Package 'RDF';
25 use inc::Module::Package 'RDF:standard';
26
27 In addition to the inherited behavior, this flavour uses the following
28 plugins:
29
30 • AutoLicense
31
32 • AutoManifest
33
34 • Copyright
35
36 • Credits
37
38 • DOAP
39
40 • DOAPChangeSets
41
42 • RDF
43
44 • ReadmeFromPod
45
46 • TrustMetaYml
47
48 And sets "static_config" and "sign".
49
51 Please report any bugs to <http://rt.cpan.org/>.
52
54 Module::Package, Module::Install::RDF, Module::Install::DOAP,
55 Module::Install::DOAPChangeSets .
56
57 <http://www.perlrdf.org/>.
58
60 Toby Inkster <tobyink@cpan.org>.
61
63 Copyright (C) 2011-2013 by Toby Inkster
64
65 This library is free software; you can redistribute it and/or modify it
66 under the same terms as Perl itself.
67
69 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
70 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
71 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
72
73
74
75perl v5.38.0 2023-07-20 Module::Package::RDF(3)