Provided by: libpod-weaver-perl_4.012-1_all 

NAME
Pod::Weaver::Section::Authors - a section listing authors
VERSION
version 4.012
OVERVIEW
This section adds a listing of the documents authors. It expects a "authors" input parameter to be an
arrayref of strings. If no "authors" parameter is given, it will do nothing. Otherwise, it produces a
hunk like this:
=head1 AUTHORS
Author One <a1@example.com>
Author Two <a2@example.com>
ATTRIBUTES
header
The title of the header to be added. (default: "AUTHOR" or "AUTHORS")
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.
perl v5.20.2 2015-05-06 Pod::Weaver::Section::Authors(3pm)