NAME
Footprintless::App::DocumentationUtil - A utility class for generating help documentation from POD
VERSION
version 1.29
EXPORT_OK
abstract($self_or_class)
Returns the content of the ABSTRACT
section of the pod for $self_or_class
.
description($self_or_class)
Returns the content of the DESCRIPTION
section of the pod for $self_or_class
.
examples($self_or_class)
Returns the content of the EXAMPLES
section of the pod for $self_or_class
.
pod_section($self_or_class, $section, $indent, $remove)
Returns the content of the $section
section of the pod for $self_or_class
with indent level $indent
. If specified, $remove
a regex used to find content to remove.
AUTHOR
Lucas Theisen <lucastheisen@pastdev.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
SEE ALSO
Please see those modules/websites for more information related to this module.