1Padre::Task::FindUnmatcUhseedrBrCaocnet(r3i)buted Perl DPoacdurmee:n:tTaatsiko:n:FindUnmatchedBrace(3)
2
3
4
6 Padre::Task::FindUnmatchedBrace - "PPI" based unmatched brace finder
7
9 my $task = Padre::Task::FindUnmatchedBrace->new(
10 document => $padre_document,
11 );
12 $task->schedule;
13
15 Finds the location of unmatched braces in a "Padre::Document::Perl".
16 If there is no unmatched brace, a message box tells the user about that
17 glorious fact. If there is one, the cursor will jump to it.
18
20 This class inherits from "Padre::Task::PPI".
21
23 Steffen Mueller "smueller@cpan.org"
24
26 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
27
28 This program is free software; you can redistribute it and/or modify it
29 under the same terms as Perl 5 itself.
30
31
32
33perl v5.30.0 2019-07-26Padre::Task::FindUnmatchedBrace(3)