Collect use pragmata, modules, subroutiones, methods, attributes
my $outline = PPIx::EditorTools::Outline->new->find( code => "package TestPackage;\nsub x { 1;\n" ); print Dumper $outline;
Return a list of pragmatas, modules, methods, attributes of a \*(C`PPI::Document\*(C'.
new() Constructor. Generally shouldn't be called with any arguments.
find() find( ppi => PPI::Document $ppi ) or find( code => Str $code ) Accepts either a \*(C`PPI::Document\*(C' to process or a string containing the code (which will be converted into a \*(C`PPI::Document\*(C') to process. Return a reference to a hash.
_Moo_Attributes
_Moo_PkgName
This class inherits from \*(C`PPIx::EditorTools\*(C'. Also see App::EditorTools, Padre, and \s-1PPI\s0.