The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Weaver::Section::ReplaceAuthors - Add or replace an AUTHOR or AUTHORS section.

VERSION

version 1.00

OVERVIEW

This section plugin provides the same behaviour as Pod::Weaver::Section::Authors but with the Pod::Weaver::Role::SectionReplacer role applied.

It will add or replace a listing of the document's authors. It expects the 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 AUTHOR

  Author <a@example.com>

Or in the case of multiple authors:

  =head1 AUTHORS

  =over
  
  =item Author One <a1@example.com>

  =item Author Two <a2@example.com>

  =back

AUTHOR

Sam Graham <libpod-weaver-pluginbundle-replaceboilerplate-perl BLAHBLAH illusori.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Sam Graham <libpod-weaver-pluginbundle-replaceboilerplate-perl BLAHBLAH illusori.co.uk>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.