Pod::Weaver::Plugin::Module::Features - Plugin to use when building distribution that has feature definer or featurer declarer modules
This document describes version 0.002 of Pod::Weaver::Plugin::Module::Features (from Perl distribution Pod-Weaver-Plugin-Module-Features), released on 2021-04-06.
In your weaver.ini:
[-Module::Features]
This plugin is to be used when building distribution that has feature definer or featurer declarer modules. For more details on module features, see Module::Features. Currently it does the following:
For feature defined modules (Module::Features::* modules):
Module::Features::*
Add a description in the feature definer's Description section
Add a Defined Features section
For feature defined modules:
Add a Declared Features section for a feature declarer module
Please visit the project's homepage at https://metacpan.org/release/Pod-Weaver-Plugin-Module-Features.
Source repository is at https://github.com/perlancar/perl-Pod-Weaver-Plugin-Module-Features.
Please report any bugs or feature requests on the bugtracker website https://github.com/perlancar/perl-Pod-Weaver-Plugin-Module-Features/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
Module::Features
Dist::Zilla::Plugin::Module::Features
perlancar <perlancar@cpan.org>
This software is copyright (c) 2021 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Pod::Weaver::Plugin::Module::Features, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Pod::Weaver::Plugin::Module::Features
CPAN shell
perl -MCPAN -e shell install Pod::Weaver::Plugin::Module::Features
For more information on module installation, please visit the detailed CPAN module installation guide.