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

NAME

Goo::Thing::pm::Perl5ModuleInspector - Generate documentation on a perl file based on documentation

SYNOPSIS

use Goo::Thing::pm::Perl5ModuleInspector;

DESCRIPTION

METHODS

new

constructor

get_program

return the fully slurped file

get_uses_list

return a list of all the modules that this script uses

get_method_description

return this description of a method

get_template_list

return a list of templates, forms, emails, pages, subforms

get_methods

return a list of methods in the script

get_method_signature

return a signature for a method

calculate_method_signatures

return a hash of method signatures

get_full_path

return the full path

get_filename

return the filename

get_description

get the module description

has_constructor

does the program have a constructor?

get_matching_line_number

return the number of the line that matches

get_author

return the name of the author

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO