|
|
| |
Goo::Thing::pm::Perl5ModuleInspector(3) |
User Contributed Perl Documentation |
Goo::Thing::pm::Perl5ModuleInspector(3) |
Goo::Thing::pm::Perl5ModuleInspector - Inspect the DOM of a Perl5 module
use Goo::Thing::pm::Perl5ModuleInspector;
- 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
Nigel Hamilton <nigel@trexy.com>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |