Padre::Plugin::Perl6::Syntax - Perl document background syntax-checker


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

Index


NAME

Top

Padre::Plugin::Perl6::Syntax - Perl document background syntax-checker

VERSION

Top

version 0.71

SYNOPSIS

Top

  require Padre::Plugin::Perl6::Syntax;
  my $task = Padre::Plugin::Perl6::Syntax->new(
	document => $self,
  );
  $task->schedule;

DESCRIPTION

Top

This class implements syntax checking of Perl documents in the background. It inherits from Padre::Task::SyntaxChecker. Please read its documentation!

SEE ALSO

Top

This class inherits from Padre::Task and its instances can be scheduled using Padre::TaskManager.

The transfer of the objects to and from the worker threads is implemented with Storable.

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


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