| Padre-Plugin-ClassSniff documentation | view source | Contained in the Padre-Plugin-ClassSniff distribution. |
Padre::Task::ClassSniff - Running class sniff in the background
version 0.30
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::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.
This software is copyright (c) 2010 by Steffen Mueller.
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-ClassSniff documentation | view source | Contained in the Padre-Plugin-ClassSniff distribution. |