logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Module::Package::RDF - drive your distribution with RDF

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

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

Description

       Really simple Makefile.PL.

Disclaimer Of Warranties

       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.

perl v5.32.1                                       2021-09-11                          Module::Package::RDF(3pm)

Flavours

       Currently this module only defines the ":standard" 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

       •   DOAP

       •   DOAPChangeSets

       •   RDF

       •   ReadmeFromPod

       •   TrustMetaYml

       And sets "static_config" and "sign".

Name

       Module::Package::RDF - drive your distribution with RDF

See Also

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

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

Synopsis

       In your Makefile.PL:

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

       That's all folks!

See Also