PPIx::EditorTools::Outline - Collect use pragmata, modules, subroutiones, methods, attributes



NAME

PPIx::EditorTools::Outline - Collect use pragmata, modules, subroutiones, methods, attributes


SYNOPSIS

  my $outline = PPIx::EditorTools::Outline->new->find(
        code => "package TestPackage;\nsub x { 1;\n"
      );
 print Dumper $outline;


DESCRIPTION

Return a list of pragmatas, modules, methods, attributes of a PPI::Document.


METHODS

Internal Methods


AUTHORS

Gabor Szabo <gabor@szabgab.com>

CONTRIBUTORS

Kevin Dawson <bowtie@cpan.org>

buff3r <buff3r@>


SEE ALSO

This class inherits from PPIx::EditorTools. Also see the App::EditorTools manpage, Padre, and PPI.

 PPIx::EditorTools::Outline - Collect use pragmata, modules, subroutiones, methods, attributes