1Pod::Weaver::Section::CUoslelrecCto(n3t)ributed Perl DocPuomde:n:tWaetaivoenr::Section::Collect(3)
2
3
4

NAME

6       Pod::Weaver::Section::Collect - a section that gathers up specific
7       commands
8

VERSION

10       version 4.015
11

OVERVIEW

13       Given the configuration:
14
15         [Collect / METHODS]
16         command = method
17
18       This plugin will start off by gathering and nesting any "=method"
19       commands found in the "pod_document".  Those commands, along with their
20       nestable content, will be collected under a "=head1 METHODS" header and
21       placed in the correct location in the output stream.  Their order will
22       be preserved as it was in the source document.
23

ATTRIBUTES

25   command
26       The command that will be collected (e.g. "attr" or "method").
27       (required)
28
29   new_command
30       The command to be used in the output instead of the collected command.
31       (default: "head2")
32
33   header_command
34       The section command for the section to be added.  (default: "head1")
35
36   header
37       The title of the section to be added.  (default: the plugin name)
38

AUTHOR

40       Ricardo SIGNES <rjbs@cpan.org>
41
43       This software is copyright (c) 2016 by Ricardo SIGNES.
44
45       This is free software; you can redistribute it and/or modify it under
46       the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.30.0                      2019-07-26  Pod::Weaver::Section::Collect(3)
Impressum