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

NAME

Pod::Weaver::Section::CommentString - Add Pod::Weaver section with content extracted from comment with specified keyword

VERSION

version 0.04

SYNOPSIS

In your weaver.ini:

        [CommentString / SECTIONNAME]
        header = SECTIONNAME
        comment = KEYWORD

DESCRIPTION

This Pod::Weaver section plugin creates a "SECTIONNAME" section in your POD which contains a string extracted from selected keyword in your comments (like ABSTRACT for Name).

SEE ALSO

Pod::Weaver::Section::Name

AUTHOR

Milan Sorm <sorm@is4u.cz>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014-2017 by Milan Sorm.

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