SYNOPSIS

In your Makefile.PL:

  use inc::Module::Package 'RDF';

That's all folks!

DESCRIPTION

Really simple Makefile.PL.

FLAVOURS

Currently this module only defines the \*(C`:standard\*(C' flavour.

:standard

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:

  • AutoLicense

  • AutoManifest

  • Copyright

  • Credits

  • \s-1DOAP\s0

  • DOAPChangeSets

  • \s-1RDF\s0

  • ReadmeFromPod

  • TrustMetaYml

And sets \*(C`static_config\*(C' and \*(C`sign\*(C'.

BUGS

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

RELATED TO Module::Package::RDF…

Module::Package, Module::Install::RDF, Module::Install::DOAP, Module::Install::DOAPChangeSets .

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

AUTHOR

Toby Inkster <[email protected]>.

COPYRIGHT AND LICENSE

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.

DISCLAIMER OF WARRANTIES

\s-1THIS\s0 \s-1PACKAGE\s0 \s-1IS\s0 \s-1PROVIDED\s0 \*(L"\s-1AS\s0 \s-1IS\s0\*(R" \s-1AND\s0 \s-1WITHOUT\s0 \s-1ANY\s0 \s-1EXPRESS\s0 \s-1OR\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0, \s-1INCLUDING\s0, \s-1WITHOUT\s0 \s-1LIMITATION\s0, \s-1THE\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0 \s-1OF\s0 \s-1MERCHANTIBILITY\s0 \s-1AND\s0 \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.