Padre::Plugin::Perl6::Outline - Perl 6 Outline background task


Padre-Plugin-Perl6 documentation  | view source Contained in the Padre-Plugin-Perl6 distribution.

Index


NAME

Top

Padre::Plugin::Perl6::Outline - Perl 6 Outline background task

VERSION

Top

version 0.71

SYNOPSIS

Top

  # 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;

DESCRIPTION

Top

This class implements structure info gathering of Perl6 documents in the background. It inherits from Padre::Task::Outline. Please read its documentation!

SEE ALSO

Top

This class inherits from Padre::Task::Outline which in turn is a Padre::Task and its instances can be scheduled using Padre::TaskManager.

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Padre-Plugin-Perl6 documentation  | view source Contained in the Padre-Plugin-Perl6 distribution.