Goo::Thing::pm::Perl5ModuleInspector - Inspect the DOM of a Perl5 module


Goo documentation  | view source Contained in the Goo distribution.

Index


NAME

Top

Goo::Thing::pm::Perl5ModuleInspector - Inspect the DOM of a Perl5 module

SYNOPSIS

Top

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

DESCRIPTION

Top

METHODS

Top

new

constructor

get_program

return the fully slurped file

get_uses_list

return a list of all the modules that this script uses

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

Top

Nigel Hamilton <nigel@trexy.com>

SEE ALSO

Top


Goo documentation  | view source Contained in the Goo distribution.