Pod::Weaver::Section::Collect - a section that gathers up specific commands
version 4.019
Given the configuration:
[Collect / METHODS] command = method
This plugin will start off by gathering and nesting any =method commands found in the pod_document. Those commands, along with their nestable content, will be collected under a =head1 METHODS header and placed in the correct location in the output stream. Their order will be preserved as it was in the source document.
=method
pod_document
=head1 METHODS
This module should work on any version of perl still receiving updates from the Perl 5 Porters. This means it should work on any version of perl released in the last two to three years. (That is, if the most recently released version is v5.40, then this module should work on both v5.40 and v5.38.)
Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.
The command that will be collected (e.g. attr or method). (required)
attr
method
The command to be used in the output instead of the collected command. (default: head2)
head2
The section command for the section to be added. (default: head1)
head1
The title of the section to be added. (default: the plugin name)
Ricardo SIGNES <cpan@semiotic.systems>
This software is copyright (c) 2023 by Ricardo SIGNES.
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, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Pod::Weaver
CPAN shell
perl -MCPAN -e shell install Pod::Weaver
For more information on module installation, please visit the detailed CPAN module installation guide.