| Padre-Plugin-Perl6 documentation | view source | Contained in the Padre-Plugin-Perl6 distribution. |
Padre::Plugin::Perl6::Outline - Perl 6 Outline background task
version 0.71
# by default, the text of the current document # will be fetched as will the document's notebook page. my $task = Padre::Plugin::Perl6::Outline->new; $task->schedule;
This class implements structure info gathering of Perl6 documents in the background. It inherits from Padre::Task::Outline. Please read its documentation!
This class inherits from Padre::Task::Outline which in turn is a Padre::Task and its instances can be scheduled using Padre::TaskManager.
This software is copyright (c) 2010 by Ahmad M. Zawawi.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Padre-Plugin-Perl6 documentation | view source | Contained in the Padre-Plugin-Perl6 distribution. |