Module::Package::RDF(3pm) | User Contributed Perl Documentation | Module::Package::RDF(3pm) |
Module::Package::RDF - drive your distribution with RDF
In your Makefile.PL:
use inc::Module::Package 'RDF';
That's all folks!
Really simple Makefile.PL.
Currently this module only defines the ":standard" flavour.
This is the default, so the following are equivalent:
use inc::Module::Package 'RDF'; use inc::Module::Package 'RDF:standard';
In addition to the inherited behavior, this flavour uses the following plugins:
And sets "static_config" and "sign".
Please report any bugs to <http://rt.cpan.org/>.
Module::Package, Module::Install::RDF, Module::Install::DOAP, Module::Install::DOAPChangeSets .
<http://www.perlrdf.org/>.
Toby Inkster <tobyink@cpan.org>.
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.
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.
2013-07-31 | perl v5.14.2 |