1Pod::Weaver::Section::AUustehrorCso(n3t)ributed Perl DocPuomde:n:tWaetaivoenr::Section::Authors(3)
2
3
4
6 Pod::Weaver::Section::Authors - a section listing authors
7
9 version 4.018
10
12 This section adds a listing of the documents authors. It expects a
13 "authors" input parameter to be an arrayref of strings. If no
14 "authors" parameter is given, it will do nothing. Otherwise, it
15 produces a hunk like this:
16
17 =head1 AUTHORS
18
19 Author One <a1@example.com>
20 Author Two <a2@example.com>
21
23 This module has the same support period as perl itself: it supports
24 the two most recent versions of perl. (That is, if the most recently
25 released version is v5.40, then this module should work on both v5.40
26 and v5.38.)
27
28 Although it may work on older versions of perl, no guarantee is made
29 that the minimum required version will not be increased. The version
30 may be increased for any reason, and there is no promise that patches
31 will be accepted to lower the minimum required perl.
32
34 header
35 The title of the header to be added. (default: "AUTHOR" or "AUTHORS")
36
38 Ricardo SIGNES <rjbs@semiotic.systems>
39
41 This software is copyright (c) 2021 by Ricardo SIGNES.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.34.0 2021-07-22 Pod::Weaver::Section::Authors(3)