Padre::Task::FindUnmatchedBrace - C based unmatched brace finder


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Task::FindUnmatchedBrace - PPI based unmatched brace finder

SYNOPSIS

Top

  my $task = Padre::Task::FindUnmatchedBrace->new(
          document => $padre_document,
  );
  $task->schedule;

DESCRIPTION

Top

Finds the location of unmatched braces in a Padre::Document::Perl. If there is no unmatched brace, a message box tells the user about that glorious fact. If there is one, the cursor will jump to it.

SEE ALSO

Top

This class inherits from Padre::Task::PPI.

AUTHOR

Top

Steffen Mueller smueller@cpan.org

COPYRIGHT AND LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.