PPIx::EditorTools::FindUnmatchedBrace
PPI-based unmatched-brace-finder
- Provided by: libppix-editortools-perl (Version: 0.18-1)
- Report a bug
PPI-based unmatched-brace-finder
my $brace = PPIx::EditorTools::FindUnmatchedBrace->new->find(
code => "package TestPackage;\nsub x { 1;\n"
);
my $location = $brace->element->location;
Finds the location of unmatched braces in a "PPI::Document".
This class inherits from "PPIx::EditorTools". Also see App::EditorTools, Padre, and PPI.