Nigel Hamilton > Goo > Goo::Thing::pm::Perl5ModuleInspector

Download:
Goo-0.09.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

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_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 ^

syntax highlighting: