Padre::Task::ClassSniff - Running class sniff in the background


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

Index


NAME

Top

Padre::Task::ClassSniff - Running class sniff in the background

VERSION

Top

version 0.30

SYNOPSIS

Top

  my $task = Padre::Task::ClassSniff->new(
    mode => 'print_report',
    sniff_config => { ... },
  );
  $task->schedule;

DESCRIPTION

Top

Runs Class::Sniff on the first namespace of the current document and prints the results to the Padre output window.

SEE ALSO

Top

This class inherits from Padre::Task::PPI 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-ClassSniff documentation  | view source Contained in the Padre-Plugin-ClassSniff distribution.