NAME

App::CommentToPod - Turns comment above functions to pod.

VERSION

version 0.002

SYNOPSIS

CommentToPod
Generate valid Pod header for packages and functions with
preceeding comments, like this. (see the source for this file. CommentToPod.pm)

Methods

addPod

Comments like this, over functions is rendered to pod, via App::CommentToPod. Pod syntax is valid, example:

This is a code block
as seen in paragraph over, you could add some pod trics like
I<rendered> to B<pod>, via L<App::CommentToPod>
gotpod

check if file got any pod section

printpod

print pod header.

commentToPod

commentToPod($comment, $functionName) turns a comment into a pod block.

NAME

App::CommentToPod

AUTHOR

Kjell Kvinge <kjell@kvinge.biz>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Kjell Kvinge.

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