Padre::Task::Outline::Perl(3) Perl document outline structure info

SYNOPSIS


# by default, the text of the current document
# will be fetched as will the document's notebook page.
my $task = Padre::Task::Outline::Perl->new;
$task->schedule;
my $task2 = Padre::Task::Outline::Perl->new(
text => Padre::Current->document->text_get,
editor => Padre::Current->editor,
);
$task2->schedule;

DESCRIPTION

This class implements structure info gathering of Perl documents in the background. Also the updating of the GUI is implemented here, because other languages might have different outline structures. It inherits from Padre::Task::Outline. Please read its documentation!

AUTHOR

Heiko Jansen "[email protected]"

COPYRIGHT AND LICENSE

Copyright 2008-2010 The Padre development team as listed in Padre.pm.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.