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

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

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

This class inherits from Padre::Task::WithOutput and its instances can be scheduled using Padre::TaskManager.
The transfer of the objects to and from the worker threads is implemented with Storable.

Steffen Mueller <smueller@cpan.org>

Copyright 2008-2009 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.